mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
added feature flag, and services for tokenable when adding Authenticator two factor; (#10261)
This commit is contained in:
@@ -3,4 +3,5 @@ import { SecretVerificationRequest } from "./secret-verification.request";
|
||||
export class UpdateTwoFactorAuthenticatorRequest extends SecretVerificationRequest {
|
||||
token: string;
|
||||
key: string;
|
||||
userVerificationToken: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user