mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
apis for change email and change password
This commit is contained in:
5
src/models/request/passwordRequest.ts
Normal file
5
src/models/request/passwordRequest.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export class PasswordRequest {
|
||||
masterPasswordHash: string;
|
||||
newMasterPasswordHash: string;
|
||||
key: string;
|
||||
}
|
||||
Reference in New Issue
Block a user