1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

2fa cleanup

This commit is contained in:
Kyle Spearrin
2017-06-23 12:39:56 -04:00
parent af56551fd2
commit dda64b301e
12 changed files with 90 additions and 147 deletions

View File

@@ -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) {