mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
set teams plan when business is checked
This commit is contained in:
@@ -48,6 +48,12 @@
|
||||
}
|
||||
};
|
||||
|
||||
$scope.changedBusiness = function () {
|
||||
if ($scope.model.ownedBusiness) {
|
||||
$scope.model.plan = 'teams'
|
||||
}
|
||||
};
|
||||
|
||||
$scope.submit = function (model) {
|
||||
var shareKey = cryptoService.makeShareKey();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user