mirror of
https://github.com/sasjs/server.git
synced 2026-04-10 23:53:14 +00:00
feat: ask for updated password on first login
This commit is contained in:
@@ -5,5 +5,6 @@ export interface RequestUser {
|
||||
displayName: string
|
||||
isAdmin: boolean
|
||||
isActive: boolean
|
||||
needsToUpdatePassword: boolean
|
||||
autoExec?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user