mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-16 22:36:02 +01:00
added a spinner for the pre-bootstrap phase
This commit is contained in:
@@ -211,7 +211,7 @@ for key in [
|
||||
'ENABLE_LOGIN',
|
||||
'ENABLE_HOMEPAGE',
|
||||
]:
|
||||
globals()[key] = bool(globals()[key]) if globals()[key] else None
|
||||
globals()[key] = globals()[key] == 'True'
|
||||
|
||||
|
||||
for key in [
|
||||
|
||||
Reference in New Issue
Block a user