1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-20 19:34:03 +00:00

feat(change-password-component): Change Password Update [18720] - Org invite is seemingly working, found one bug to iron out.

This commit is contained in:
Patrick Pimentel
2025-05-30 10:40:27 -04:00
parent 06039927bb
commit bb11db344f
10 changed files with 96 additions and 30 deletions

View File

@@ -18,6 +18,7 @@ export class AuthResult {
email: string;
requiresEncryptionKeyMigration: boolean;
requiresDeviceVerification: boolean;
orgInviteAndWeakPassword?: boolean;
get requiresTwoFactor() {
return this.twoFactorProviders != null;