mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 21:26:16 +02:00
Quick fix login page not centered
A very horrible way of doing it but hey, it works!
This commit is contained in:
parent
fa3e705673
commit
b4d1ca4986
|
|
@ -1,5 +1,7 @@
|
||||||
$('#username').focus();
|
$('#username').focus();
|
||||||
|
|
||||||
|
$('.content-wrapper').css('margin-left', 0);
|
||||||
|
|
||||||
if (GetUriParam('invalid') === 'true')
|
if (GetUriParam('invalid') === 'true')
|
||||||
{
|
{
|
||||||
$('#login-error').text(__t('Invalid credentials, please try again'));
|
$('#login-error').text(__t('Invalid credentials, please try again'));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user