mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
PS-302 Added DeviceId to the 2FA email request and set it when calling the endpoint that's needed to see if it's a 2FA email because of a new device (#782)
This commit is contained in:
committed by
GitHub
parent
fe65a337c8
commit
e4687b4cc6
@@ -2,4 +2,5 @@ import { SecretVerificationRequest } from "./secretVerificationRequest";
|
||||
|
||||
export class TwoFactorEmailRequest extends SecretVerificationRequest {
|
||||
email: string;
|
||||
deviceIdentifier: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user