chage api use token
This commit is contained in:
parent
6239159099
commit
d8a9909eb9
4 changed files with 17 additions and 23 deletions
|
|
@ -48,13 +48,11 @@ export interface ResetRequest {
|
|||
}
|
||||
|
||||
export interface ResetPasswordRequest {
|
||||
id: number;
|
||||
token: string;
|
||||
password: string;
|
||||
}
|
||||
|
||||
export interface ChangePassword {
|
||||
id: number;
|
||||
oldPassword: string;
|
||||
newPassword: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue