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

Merge pull request #798 from sasjs/redirected-login-m8

fix: sas9 m8 redirected login
This commit is contained in:
Allan Bowe
2023-04-05 15:14:16 +01:00
committed by GitHub
4 changed files with 7 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ export class AuthManager {
public userLongName = ''
private loginUrl: string
private logoutUrl: string
private redirectedLoginUrl = `/SASLogon/home`
private redirectedLoginUrl = `/SASLogon` //SAS 9 M8 no longer redirects from `/SASLogon/home` to the login page. `/SASLogon` seems to be stable enough across SAS versions
constructor(
private serverUrl: string,
private serverType: ServerType,