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) => {