1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-17 09:00:06 +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 = '' public userName = ''
private loginUrl: string private loginUrl: string
private logoutUrl: string private logoutUrl: string
private loginPreventRedirectUrl = `/SASLogon/home` private redirectedLoginUrl = `/SASLogon/home`
constructor( constructor(
private serverUrl: string, private serverUrl: string,
private serverType: ServerType, private serverType: ServerType,
@@ -44,7 +44,7 @@ export class AuthManager {
} }
const loginPopup = await openWebPage( const loginPopup = await openWebPage(
this.loginPreventRedirectUrl, this.redirectedLoginUrl,
'SASLogon', 'SASLogon',
{ {
width: 500, width: 500,