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

chore: sas9 username parsing bring back

This commit is contained in:
2022-09-22 16:58:39 +02:00
parent 61fdf5573b
commit 2cbba38af5
4 changed files with 30 additions and 18 deletions

View File

@@ -217,7 +217,7 @@ export class AuthManager {
return Promise.resolve({
isLoggedIn,
userName: userName,
userName: userName.toLowerCase(),
loginForm
})
}