mirror of
https://github.com/grocy/grocy.git
synced 2025-09-24 21:31:39 +00:00
8 lines
182 B
JavaScript
8 lines
182 B
JavaScript
$('#username').focus();
|
|
|
|
if (GetUriParam('invalid') === 'true')
|
|
{
|
|
$('#login-error').text(L('Invalid credentials, please try again'));
|
|
$('#login-error').removeClass('d-none');
|
|
}
|