auth: remove duplicated use of defaultAuthProviderFactories

Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
This commit is contained in:
Himanshu Mishra
2021-05-06 13:24:57 +02:00
committed by Fredrik Adelöw
parent a848395e2b
commit 7303b65200
-2
View File
@@ -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',