1
0
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:
Kyle Spearrin
2017-07-07 12:12:08 -04:00
parent ff729608e1
commit 49dbf4945f
11 changed files with 87 additions and 19 deletions

View File

@@ -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',