mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
init form models
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
.module('bit.accounts')
|
||||
|
||||
.controller('accountsLoginTwoFactorController', function ($scope, $state, loginService, toastr) {
|
||||
$scope.model = {};
|
||||
popupUtils.initListSectionItemListeners();
|
||||
$('#code').focus();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user