mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 09:33:27 +00:00
add two factor apis
This commit is contained in:
7
src/models/request/twoFactorProviderRequest.ts
Normal file
7
src/models/request/twoFactorProviderRequest.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { PasswordVerificationRequest } from './passwordVerificationRequest';
|
||||
|
||||
import { TwoFactorProviderType } from '../../enums/twoFactorProviderType';
|
||||
|
||||
export class TwoFactorProviderRequest extends PasswordVerificationRequest {
|
||||
type: TwoFactorProviderType;
|
||||
}
|
||||
Reference in New Issue
Block a user