mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
init form models
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
.module('bit.accounts')
|
||||
|
||||
.controller('accountsHintController', function ($scope, $state, apiService, toastr, $q) {
|
||||
$scope.model = {};
|
||||
|
||||
popupUtils.initListSectionItemListeners();
|
||||
$('#email').focus();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user