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:
parent
dc1becd683
commit
279499ad9f
@ -311,7 +311,7 @@ config(
|
|||||||
auth={
|
auth={
|
||||||
"multiuser":False,
|
"multiuser":False,
|
||||||
"cookieprefix":"maloja",
|
"cookieprefix":"maloja",
|
||||||
"stylesheets":["/style.css"],
|
"stylesheets":["/maloja.css"],
|
||||||
"dbfile":data_dir['auth']("auth.ddb")
|
"dbfile":data_dir['auth']("auth.ddb")
|
||||||
},
|
},
|
||||||
logging={
|
logging={
|
||||||
|
Loading…
Reference in New Issue
Block a user