1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

max additional users for personal plan

This commit is contained in:
Kyle Spearrin
2017-04-08 11:05:32 -04:00
parent bdef522da7
commit d4b4c7bd71
2 changed files with 21 additions and 11 deletions

View File

@@ -5,14 +5,17 @@
toastr, $analytics, authService, stripe) {
$scope.plans = {
free: {
basePrice: 0
basePrice: 0,
noAdditionalUsers: true,
noPayment: true
},
personal: {
basePrice: 1,
annualBasePrice: 12,
baseUsers: 5,
userPrice: 1,
annualUserPrice: 12
annualUserPrice: 12,
maxAdditionalUsers: 5
},
teams: {
basePrice: 5,