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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user