mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-18 03:31:03 +01:00
empty pwd
This commit is contained in:
@@ -50,7 +50,7 @@ define('forum/login', ['csrf', 'translator'], function(csrf, translator) {
|
||||
});
|
||||
|
||||
if ($('#content #username').attr('readonly')) {
|
||||
$('#content #password').focus();
|
||||
$('#content #password').val('').focus();
|
||||
} else {
|
||||
$('#content #username').focus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user