remove signin from identity providers

Signed-off-by: Daniel Deloff <44780793+rv-ddeloff@users.noreply.github.com>
This commit is contained in:
Daniel Deloff
2021-10-20 21:09:37 -04:00
parent deda608b2e
commit b72364d9ee
-7
View File
@@ -25,7 +25,6 @@ import {
oauth2ApiRef,
oidcAuthApiRef,
bitbucketAuthApiRef,
atlassianAuthApiRef,
} from '@backstage/core-plugin-api';
export const providers = [
@@ -89,10 +88,4 @@ export const providers = [
message: 'Sign In using Bitbucket',
apiRef: bitbucketAuthApiRef,
},
{
id: 'atlassian-auth-provider',
title: 'Atlassian',
message: 'Sign In using Atlassian',
apiRef: atlassianAuthApiRef,
},
];