mirror of
https://github.com/sasjs/server.git
synced 2026-01-13 00:50:06 +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