mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
moved popup utils to utilsService
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
angular
|
||||
.module('bit.accounts')
|
||||
|
||||
.controller('accountsLoginTwoFactorController', function ($scope, $state, loginService, toastr) {
|
||||
.controller('accountsLoginTwoFactorController', function ($scope, $state, loginService, toastr, utilsService) {
|
||||
$scope.model = {};
|
||||
popupUtils.initListSectionItemListeners();
|
||||
utilsService.initListSectionItemListeners($(document));
|
||||
$('#code').focus();
|
||||
|
||||
$scope.loginPromise = null;
|
||||
|
||||
Reference in New Issue
Block a user