Fixed asking for username

This commit is contained in:
2020-11-28 00:44:52 +01:00
parent c8b491bd0b
commit 7f513d05b2
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
from .healthchecks import health_database_status
from .security import security, user_datastore
from .security import security, init_security_real_good
from .config import Config