mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-01 21:30:30 +01:00
fix: #7357
This commit is contained in:
@@ -69,7 +69,7 @@ define('forum/login', [], function () {
|
||||
return false;
|
||||
});
|
||||
|
||||
if ($('#content #username').attr('readonly')) {
|
||||
if ($('#content #username').val()) {
|
||||
$('#content #password').val('').focus();
|
||||
} else {
|
||||
$('#content #username').focus();
|
||||
|
||||
Reference in New Issue
Block a user