diff --git a/src/views/settings/components/Authentication.vue b/src/views/settings/components/Authentication.vue index d8004db5..0ac3214d 100644 --- a/src/views/settings/components/Authentication.vue +++ b/src/views/settings/components/Authentication.vue @@ -35,10 +35,6 @@ export default { 'ldapData', 'authData', 'oauth2Data' - // 'facebook', - // 'google', - // 'twitter', - // 'microsoft' ]), auth() { return this.$store.state.settings.description.find(setting => setting.key === ':auth') diff --git a/src/views/settings/components/Endpoint.vue b/src/views/settings/components/Endpoint.vue index aa1f661a..3cefc410 100644 --- a/src/views/settings/components/Endpoint.vue +++ b/src/views/settings/components/Endpoint.vue @@ -1,160 +1,6 @@