mirror of
https://github.com/bitwarden/server
synced 2025-12-21 18:53:41 +00: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