1
0
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:
Federico Maccaroni
2022-04-28 13:18:26 -03:00
committed by GitHub
parent fe65a337c8
commit e4687b4cc6
2 changed files with 5 additions and 1 deletions

View File

@@ -2,4 +2,5 @@ import { SecretVerificationRequest } from "./secretVerificationRequest";
export class TwoFactorEmailRequest extends SecretVerificationRequest {
email: string;
deviceIdentifier: string;
}