diff --git a/public/app/features/datasources/partials/http_settings.html b/public/app/features/datasources/partials/http_settings.html
index 78fb24c6093..a43951d35a2 100644
--- a/public/app/features/datasources/partials/http_settings.html
+++ b/public/app/features/datasources/partials/http_settings.html
@@ -88,17 +88,7 @@
checked="current.jsonData.tlsSkipVerify" switch-class="max-width-6">
-
-
-
-
-
diff --git a/public/app/features/datasources/settings/HttpSettingsCtrl.ts b/public/app/features/datasources/settings/HttpSettingsCtrl.ts
index e26fc5ab719..47022c283f8 100644
--- a/public/app/features/datasources/settings/HttpSettingsCtrl.ts
+++ b/public/app/features/datasources/settings/HttpSettingsCtrl.ts
@@ -20,13 +20,6 @@ coreModule.directive('datasourceHttpSettings', () => {
$scope.getSuggestUrls = () => {
return [$scope.suggestUrl];
};
- $scope.oauthProviders = [
- { key: 'oauth_google', value: 'Google OAuth' },
- { key: 'oauth_gitlab', value: 'GitLab OAuth' },
- { key: 'oauth_generic_oauth', value: 'Generic OAuth' },
- { key: 'oauth_grafana_com', value: 'Grafana OAuth' },
- { key: 'oauth_github', value: 'GitHub OAuth' },
- ];
},
},
};