From b72364d9eecc6293b93584facfc72eadd253e17b Mon Sep 17 00:00:00 2001 From: Daniel Deloff <44780793+rv-ddeloff@users.noreply.github.com> Date: Wed, 20 Oct 2021 21:09:37 -0400 Subject: [PATCH] remove signin from identity providers Signed-off-by: Daniel Deloff <44780793+rv-ddeloff@users.noreply.github.com> --- packages/app/src/identityProviders.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/app/src/identityProviders.ts b/packages/app/src/identityProviders.ts index 70630a3d0a..49204d2b5e 100644 --- a/packages/app/src/identityProviders.ts +++ b/packages/app/src/identityProviders.ts @@ -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, - }, ];