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
+1 -1
View File
@@ -217,7 +217,7 @@ export class AuthManager {
return Promise.resolve({
isLoggedIn,
userName: userName.toLowerCase(),
userName: userName,
loginForm
})
}