mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-16 16:40:06 +00:00
style: lint
This commit is contained in:
@@ -175,7 +175,7 @@ export class AuthManager {
|
|||||||
|
|
||||||
private async performCASSecurityCheck() {
|
private async performCASSecurityCheck() {
|
||||||
const casAuthenticationUrl = `${this.serverUrl}/SASStoredProcess/j_spring_cas_security_check`
|
const casAuthenticationUrl = `${this.serverUrl}/SASStoredProcess/j_spring_cas_security_check`
|
||||||
|
|
||||||
return await this.requestClient
|
return await this.requestClient
|
||||||
.get<string>(`/SASLogon/login?service=${casAuthenticationUrl}`, undefined)
|
.get<string>(`/SASLogon/login?service=${casAuthenticationUrl}`, undefined)
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user