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