mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 18:12:48 -05:00
isUser function
This commit is contained in:
@ -78,6 +78,11 @@ namespace Bit.Core.Models.Table
|
||||
return "organizationId";
|
||||
}
|
||||
|
||||
public bool IsUser()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public long StorageBytesRemaining()
|
||||
{
|
||||
if(!MaxStorageGb.HasValue)
|
||||
|
Reference in New Issue
Block a user