From 70b592c9a6ba5717c9f92518f05c2c1e61789a76 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 8 Apr 2022 13:50:21 +0200 Subject: [PATCH] auth-backend: undeprecate logger field in auth provider factory options Signed-off-by: Patrik Oldsberg --- plugins/auth-backend/src/providers/types.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/auth-backend/src/providers/types.ts b/plugins/auth-backend/src/providers/types.ts index d3f6a72aaf..b1e45bc8a9 100644 --- a/plugins/auth-backend/src/providers/types.ts +++ b/plugins/auth-backend/src/providers/types.ts @@ -219,10 +219,9 @@ export type AuthProviderFactory = (options: { providerId: string; globalConfig: AuthProviderConfig; config: Config; + logger: Logger; resolverContext: AuthResolverContext; - /** @deprecated This field has been deprecated and needs to be passed directly to the auth provider instead */ - logger: Logger; /** @deprecated This field has been deprecated and needs to be passed directly to the auth provider instead */ tokenManager: TokenManager; /** @deprecated This field has been deprecated and needs to be passed directly to the auth provider instead */