mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
more preprocessing for self host
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
.module('bit.settings')
|
||||
|
||||
.controller('settingsCreateOrganizationController', function ($scope, $state, apiService, cryptoService,
|
||||
toastr, $analytics, authService, stripe, constants, appSettings, validationService) {
|
||||
toastr, $analytics, authService, constants, appSettings, validationService
|
||||
// @if !selfHosted
|
||||
, stripe
|
||||
// @endif
|
||||
) {
|
||||
$scope.plans = constants.plans;
|
||||
$scope.storageGb = constants.storageGb;
|
||||
$scope.paymentMethod = 'card';
|
||||
|
||||
Reference in New Issue
Block a user