Files
grocy/public/viewjs/login.js

10 lines
196 B
JavaScript
Raw Normal View History

2018-04-16 19:11:32 +02:00
$('.logout-button').hide();
2018-04-16 19:11:32 +02:00
$('#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').show();
}