mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
more apis for account settings
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export class EmailRequest {
|
||||
newEmail: string;
|
||||
masterPasswordHash: string;
|
||||
import { EmailTokenRequest } from './emailTokenRequest';
|
||||
|
||||
export class EmailRequest extends EmailTokenRequest {
|
||||
newMasterPasswordHash: string;
|
||||
token: string;
|
||||
key: string;
|
||||
|
||||
Reference in New Issue
Block a user