mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
isUser function
This commit is contained in:
@ -73,6 +73,11 @@ namespace Bit.Core.Models.Table
|
||||
return "userId";
|
||||
}
|
||||
|
||||
public bool IsUser()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public Dictionary<TwoFactorProviderType, TwoFactorProvider> GetTwoFactorProviders()
|
||||
{
|
||||
if(string.IsNullOrWhiteSpace(TwoFactorProviders))
|
||||
|
Reference in New Issue
Block a user