1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-15 08:00:05 +00:00

chore: specs fixing, regex improve

This commit is contained in:
2022-09-22 16:26:45 +02:00
parent 5259cf3942
commit 61fdf5573b
3 changed files with 3 additions and 4 deletions

View File

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