remove signin from identity providers
Signed-off-by: Daniel Deloff <44780793+rv-ddeloff@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user