mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +00:00
apis for change email and change password
This commit is contained in:
4
src/models/request/emailTokenRequest.ts
Normal file
4
src/models/request/emailTokenRequest.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export class EmailTokenRequest {
|
||||
newEmail: string;
|
||||
masterPasswordHash: string;
|
||||
}
|
||||
Reference in New Issue
Block a user