mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
constants for orguser type/status
This commit is contained in:
@@ -7,6 +7,16 @@ angular.module('bit')
|
|||||||
AesCbc256_HmacSha256_B64: 2,
|
AesCbc256_HmacSha256_B64: 2,
|
||||||
RsaOaep_Sha256_B64: 3
|
RsaOaep_Sha256_B64: 3
|
||||||
},
|
},
|
||||||
|
orgUserType: {
|
||||||
|
owner: 0,
|
||||||
|
admin: 1,
|
||||||
|
user: 2
|
||||||
|
},
|
||||||
|
orgUserStatus: {
|
||||||
|
invited: 0,
|
||||||
|
accepted: 1,
|
||||||
|
confirmed: 2
|
||||||
|
},
|
||||||
plans: {
|
plans: {
|
||||||
free: {
|
free: {
|
||||||
basePrice: 0,
|
basePrice: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user