mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
10 lines
230 B
JavaScript
10 lines
230 B
JavaScript
$('#username').focus();
|
|
|
|
$('.content-wrapper').css('margin-left', 0);
|
|
|
|
if (GetUriParam('invalid') === 'true')
|
|
{
|
|
$('#login-error').text(__t('Invalid credentials, please try again'));
|
|
$('#login-error').removeClass('d-none');
|
|
}
|