mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
disable organization when subscription is canceled
This commit is contained in:
@ -22,7 +22,10 @@ namespace Bit.Core.Models.Table
|
||||
|
||||
public void SetNewId()
|
||||
{
|
||||
Id = CoreHelpers.GenerateComb();
|
||||
if(Id == default(Guid))
|
||||
{
|
||||
Id = CoreHelpers.GenerateComb();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user