auth: remove duplicated use of defaultAuthProviderFactories
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
This commit is contained in:
committed by
Fredrik Adelöw
parent
a848395e2b
commit
7303b65200
@@ -17,7 +17,6 @@
|
||||
import {
|
||||
createGoogleProvider,
|
||||
createRouter,
|
||||
defaultAuthProviderFactories,
|
||||
} from '@backstage/plugin-auth-backend';
|
||||
import { Router } from 'express';
|
||||
import { PluginEnvironment } from '../types';
|
||||
@@ -34,7 +33,6 @@ export default async function createPlugin({
|
||||
database,
|
||||
discovery,
|
||||
providerFactories: {
|
||||
...defaultAuthProviderFactories,
|
||||
google: createGoogleProvider({
|
||||
signIn: {
|
||||
// resolver: 'email',
|
||||
|
||||
Reference in New Issue
Block a user