Cleanup and fixes after refactoring

This commit is contained in:
Brian Leathem
2020-11-19 23:49:12 -08:00
parent 3712c47974
commit afaaf96ecc
4 changed files with 18 additions and 8 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ import {
samlAuthApiRef,
microsoftAuthApiRef,
oneloginAuthApiRef,
oidcApiRef,
oidcAuthApiRef,
} from '@backstage/core';
export const providers = [
@@ -30,7 +30,7 @@ export const providers = [
id: 'oidc-auth-provider',
title: 'Oidc',
message: 'Sign In using OpenId Connect',
apiRef: oidcApiRef,
apiRef: oidcAuthApiRef,
},
{
id: 'google-auth-provider',