Files
grocy/public/viewjs/login.js

8 lines
182 B
JavaScript
Raw Normal View History

$('#username').focus();
2018-04-16 19:11:32 +02:00
if (GetUriParam('invalid') === 'true')
{
$('#login-error').text(L('Invalid credentials, please try again'));
$('#login-error').removeClass('d-none');
2018-04-16 19:11:32 +02:00
}