mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 09:02:48 -05:00
Start subscription for provider during setup process. (#3957)
This commit is contained in:
@ -4,4 +4,5 @@ public enum ProviderStatusType : byte
|
||||
{
|
||||
Pending = 0,
|
||||
Created = 1,
|
||||
Billable = 2
|
||||
}
|
||||
|
Reference in New Issue
Block a user