mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 03:33:54 +00:00
add two factor apis
This commit is contained in:
6
src/models/request/twoFactorRecoveryRequest.ts
Normal file
6
src/models/request/twoFactorRecoveryRequest.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { PasswordVerificationRequest } from './passwordVerificationRequest';
|
||||
|
||||
export class TwoFactorRecoveryRequest extends PasswordVerificationRequest {
|
||||
recoveryCode: string;
|
||||
email: string;
|
||||
}
|
||||
Reference in New Issue
Block a user