From 52799c9a447ef2803c826f3541b2445bbb9fd17b Mon Sep 17 00:00:00 2001 From: Alex Crome Date: Mon, 19 Feb 2024 15:21:56 +0000 Subject: [PATCH] Remove unneeded import Signed-off-by: Alex Crome --- .../auth-backend-module-microsoft-provider/src/authenticator.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/auth-backend-module-microsoft-provider/src/authenticator.ts b/plugins/auth-backend-module-microsoft-provider/src/authenticator.ts index cc8f820afd..1b6eb87fae 100644 --- a/plugins/auth-backend-module-microsoft-provider/src/authenticator.ts +++ b/plugins/auth-backend-module-microsoft-provider/src/authenticator.ts @@ -16,7 +16,6 @@ import { createOAuthAuthenticator, - OAuthAuthenticatorResult, PassportOAuthAuthenticatorHelper, PassportOAuthDoneCallback, PassportProfile,