1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-26 21:23:34 +00:00

added org duo to 2fa flow

This commit is contained in:
Kyle Spearrin
2018-04-03 14:33:00 -04:00
parent 551217ea38
commit 3643222b3c
6 changed files with 28 additions and 18 deletions

View File

@@ -3,7 +3,7 @@
.controller('settingsTwoStepController', function ($scope, apiService, toastr, $analytics, constants,
$filter, $uibModal, authService) {
$scope.providers = constants.twoFactorProviderInfo;
$scope.providers = $filter('filter')(constants.twoFactorProviderInfo, { organization: false });
$scope.premium = true;
authService.getUserProfile().then(function (profile) {