1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

[PM-6241] Remove unused entityId and entityType state (#7899)

* Removed unused entityId and entityType state

* Removed from interface.

* Removed unused state from AccountProfile.
This commit is contained in:
Todd Martin
2024-02-14 18:06:56 -05:00
committed by GitHub
parent 6562875a23
commit 7c37ce117c
3 changed files with 0 additions and 40 deletions

View File

@@ -181,8 +181,6 @@ export class AccountProfile {
name?: string;
email?: string;
emailVerified?: boolean;
entityId?: string;
entityType?: string;
everBeenUnlocked?: boolean;
forceSetPasswordReason?: ForceSetPasswordReason;
hasPremiumPersonally?: boolean;