From 6d4eda06b90463da6ff7cf6508661e3395e111f9 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Wed, 7 Feb 2024 12:26:54 +0000 Subject: [PATCH] refactor: review suggestions --- packages/nc-gui/middleware/auth.global.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nc-gui/middleware/auth.global.ts b/packages/nc-gui/middleware/auth.global.ts index 9b87f7bdb1..e4c8a4bf33 100644 --- a/packages/nc-gui/middleware/auth.global.ts +++ b/packages/nc-gui/middleware/auth.global.ts @@ -160,7 +160,7 @@ async function tryGoogleAuth(api: Api, signIn: Actions['signIn']) { } /** - * If short-token present, try using it to generate log-living token before navigating to the next page + * If short-token present, try using it to generate long-living token before navigating to the next page */ async function tryShortTokenAuth(api: Api, signIn: Actions['signIn']) { if (window.location.search && /\bshort-token=/.test(window.location.search)) {