1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[PM-13470] Allow creating clients for multi-org providers (#11890)

This commit is contained in:
Jonas Hendrickx
2024-11-11 07:57:09 +01:00
committed by GitHub
parent e91741b146
commit 2bbe4d2cba
7 changed files with 54 additions and 24 deletions

View File

@@ -1,4 +1,5 @@
export enum ProviderType {
Msp = 0,
Reseller = 1,
MultiOrganizationEnterprise = 2,
}