From 8b7e63b5dcb9dba08f37dd1f540fb76a8388a950 Mon Sep 17 00:00:00 2001 From: dukenv0307 Date: Tue, 12 Mar 2024 10:48:42 +0700 Subject: [PATCH] fix comment --- src/libs/actions/Session/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/actions/Session/index.ts b/src/libs/actions/Session/index.ts index f440f6d2a07d..47d5419893f5 100644 --- a/src/libs/actions/Session/index.ts +++ b/src/libs/actions/Session/index.ts @@ -185,7 +185,7 @@ function hasStashedSession(): boolean { } /** - * Checks if the user is authenticated + * Checks if the user has authToken */ function hasAuthToken(): boolean { return !!session.authToken;