mirror of
https://github.com/sasjs/server.git
synced 2026-07-24 13:42:14 +00:00
feat: ask for updated password on first login
This commit is contained in:
@@ -33,5 +33,6 @@ export const desktopUser: RequestUser = {
|
||||
username: userInfo().username,
|
||||
displayName: userInfo().username,
|
||||
isAdmin: true,
|
||||
isActive: true
|
||||
isActive: true,
|
||||
needsToUpdatePassword: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user