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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user