mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-03 18:28:13 +01:00
focus email field on load
This commit is contained in:
parent
e18fed1449
commit
d7d45f3b50
@ -3,6 +3,7 @@
|
||||
|
||||
.controller('accountsHintController', function ($scope, $state, apiService, toastr, $q) {
|
||||
popupUtils.initListSectionItemListeners();
|
||||
$('#email').focus();
|
||||
|
||||
$scope.submitPromise = null;
|
||||
$scope.submit = function (model) {
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
.controller('accountsLoginController', function ($scope, $state, loginService, userService) {
|
||||
popupUtils.initListSectionItemListeners();
|
||||
$('#email').focus();
|
||||
|
||||
$scope.loginPromise = null;
|
||||
$scope.login = function (model) {
|
||||
|
Loading…
Reference in New Issue
Block a user