1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

chore(auth-manager): rename variable

This commit is contained in:
Krishna Acondy
2021-09-09 07:51:07 +01:00
parent 4623b9665b
commit d9c27efa8d

View File

@@ -10,7 +10,7 @@ export class AuthManager {
public userName = ''
private loginUrl: string
private logoutUrl: string
private loginPreventRedirectUrl = `/SASLogon/home`
private redirectedLoginUrl = `/SASLogon/home`
constructor(
private serverUrl: string,
private serverType: ServerType,
@@ -44,7 +44,7 @@ export class AuthManager {
}
const loginPopup = await openWebPage(
this.loginPreventRedirectUrl,
this.redirectedLoginUrl,
'SASLogon',
{
width: 500,