set initial focus on the Create button

This commit is contained in:
daria 2025-05-22 16:38:50 -07:00
parent 03cc78e340
commit 77577143c0
No known key found for this signature in database
GPG Key ID: 78018F06E7C6A3CF

View File

@ -3082,6 +3082,7 @@ define([
});
UI.addTabListener($creation);
$button.focus();
};
UIElements.loginErrorScreenContent = function (common) {