bitwarden-estensione-browser/libs/common/src/models/request/passwordRequest.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
189 B
TypeScript
Raw Normal View History

import { SecretVerificationRequest } from "./secretVerificationRequest";
2018-06-21 23:15:43 +02:00
export class PasswordRequest extends SecretVerificationRequest {
newMasterPasswordHash: string;
key: string;
}