From 398f4b32ee267fcaaf3e849afdacfdef3b526103 Mon Sep 17 00:00:00 2001 From: Gasan Guseinov <465806+gusega@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:22:07 +0100 Subject: [PATCH] Apply suggestions from code review remove commented code Co-authored-by: Patrik Oldsberg Signed-off-by: Gasan Guseinov <465806+gusega@users.noreply.github.com> --- .../src/apis/implementations/auth/oauth2/OAuth2.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/core-app-api/src/apis/implementations/auth/oauth2/OAuth2.test.ts b/packages/core-app-api/src/apis/implementations/auth/oauth2/OAuth2.test.ts index f662c47bda..018f068a62 100644 --- a/packages/core-app-api/src/apis/implementations/auth/oauth2/OAuth2.test.ts +++ b/packages/core-app-api/src/apis/implementations/auth/oauth2/OAuth2.test.ts @@ -23,7 +23,6 @@ import { AuthConnector, AuthConnectorRefreshSessionOptions, openLoginPopup, - // OAuth2Response, OAuth2CreateOptionsWithAuthConnector, } from '../../../../index';