1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00

constants for orguser type/status

This commit is contained in:
Kyle Spearrin 2017-04-18 20:40:17 -04:00
parent 214274f495
commit 79744d89ce

View File

@ -7,6 +7,16 @@ angular.module('bit')
AesCbc256_HmacSha256_B64: 2,
RsaOaep_Sha256_B64: 3
},
orgUserType: {
owner: 0,
admin: 1,
user: 2
},
orgUserStatus: {
invited: 0,
accepted: 1,
confirmed: 2
},
plans: {
free: {
basePrice: 0,