mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
[BEEEP] Add explicit error message when uploading the wrong license type (#1831)
This commit is contained in:
8
src/Core/Enums/LicenseType.cs
Normal file
8
src/Core/Enums/LicenseType.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Bit.Core.Enums
|
||||
{
|
||||
public enum LicenseType : byte
|
||||
{
|
||||
User = 0,
|
||||
Organization = 1,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user