mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
support for users without a password to change their password
This commit is contained in:
@@ -233,6 +233,7 @@ export interface UserProfileUpdateResponse {
|
||||
}
|
||||
|
||||
export interface UserProfileResponse extends UserBasicInfo {
|
||||
readonly noPassword?: boolean;
|
||||
readonly lastLoginAt: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user