Only selectively show login elements once settings is loaded

Fixes #5029
This commit is contained in:
Johannes Zellner 2023-07-30 13:42:20 +02:00
parent 25c8f07c62
commit ab19bbce8e
4 changed files with 11 additions and 9 deletions

View file

@ -639,3 +639,7 @@ a:not(.disabled).is-active i.fa {
transform: rotate(360deg);
}
}
.at-pwd-form {
display: none;
}