mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
2fa cleanup
This commit is contained in:
@@ -4,6 +4,7 @@ angular
|
||||
.controller('accountsLoginController', function ($scope, $rootScope, $cookies, apiService, cryptoService, authService,
|
||||
$state, constants, $analytics, $uibModal, $timeout, $window) {
|
||||
$scope.state = $state;
|
||||
$scope.twoFactorProviderConstants = constants.twoFactorProvider;
|
||||
|
||||
var returnState;
|
||||
if (!$state.params.returnState && $state.params.org) {
|
||||
|
||||
Reference in New Issue
Block a user