mirror of
https://github.com/bitwarden/web
synced 2025-12-15 07:43:16 +00:00
totp access for orgs
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
};
|
||||
|
||||
authService.getUserProfile().then(function (profile) {
|
||||
$scope.premium = profile.premium;
|
||||
$scope.useTotp = profile.premium;
|
||||
});
|
||||
|
||||
$scope.savePromise = null;
|
||||
@@ -62,7 +62,7 @@
|
||||
$uibModalInstance.dismiss('close');
|
||||
};
|
||||
|
||||
$scope.showPremium = function () {
|
||||
$scope.showUpgrade = function () {
|
||||
$uibModal.open({
|
||||
animation: true,
|
||||
templateUrl: 'app/views/premiumRequired.html',
|
||||
|
||||
Reference in New Issue
Block a user