From 8db02012e5a1e6214b1a9d31725acdd6dc2149a5 Mon Sep 17 00:00:00 2001 From: Mihajlo Medjedovic Date: Wed, 12 Jul 2023 10:13:29 +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 1686dc6..5c1241e 100644 --- a/src/auth/AuthManager.ts +++ b/src/auth/AuthManager.ts @@ -175,7 +175,7 @@ export class AuthManager { private async performCASSecurityCheck() { const casAuthenticationUrl = `${this.serverUrl}/SASStoredProcess/j_spring_cas_security_check` - + return await this.requestClient .get(`/SASLogon/login?service=${casAuthenticationUrl}`, undefined) .catch((err) => {