Quick fix login page not centered

A very horrible way of doing it but hey, it works!
This commit is contained in:
Pritam Bhuva 2022-01-24 16:25:24 +13:00 committed by GitHub
parent fa3e705673
commit b4d1ca4986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
$('#username').focus();
$('.content-wrapper').css('margin-left', 0);
if (GetUriParam('invalid') === 'true')
{
$('#login-error').text(__t('Invalid credentials, please try again'));