1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Fixed old css passed to auth

This commit is contained in:
krateng 2022-04-24 15:12:49 +02:00
parent dc1becd683
commit 279499ad9f

View File

@ -311,7 +311,7 @@ config(
auth={
"multiuser":False,
"cookieprefix":"maloja",
"stylesheets":["/style.css"],
"stylesheets":["/maloja.css"],
"dbfile":data_dir['auth']("auth.ddb")
},
logging={