1
0
mirror of https://github.com/bitwarden/server synced 2026-01-07 19:13:50 +00:00

chore(premium): [PM-29186] Remove 2FA user interface from premium method signatures

* Removed 2FA user interface from premium method signatures

* Added some more comments for clarity and small touchups.

* Suggested documentation updates.

---------

Co-authored-by: Patrick Pimentel <ppimentel@bitwarden.com>
This commit is contained in:
Todd Martin
2025-12-08 17:54:55 -05:00
committed by GitHub
parent acc2529353
commit b5f7f9f6a0
5 changed files with 27 additions and 23 deletions

View File

@@ -63,11 +63,6 @@ public class OrganizationUserUserDetails : IExternal, ITwoFactorProvidersUser, I
return UserId;
}
public bool GetPremium()
{
return Premium.GetValueOrDefault(false);
}
public Permissions GetPermissions()
{
return string.IsNullOrWhiteSpace(Permissions) ? null