From aabe473ef692958d0f2038abae1ed8a2f3ae94e3 Mon Sep 17 00:00:00 2001 From: Mihajlo Date: Wed, 27 Apr 2022 16:26:37 +0200 Subject: [PATCH] style: lint --- src/auth/AuthManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/AuthManager.ts b/src/auth/AuthManager.ts index 895c326..310b907 100644 --- a/src/auth/AuthManager.ts +++ b/src/auth/AuthManager.ts @@ -294,7 +294,7 @@ export class AuthManager { //Residue can happen in case of session expiration await this.logOut() } - + return { isLoggedIn, userName } }