Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Commit 8ac1e0b

Browse files
zdimensionReenigneArcher
authored andcommitted
fix: Hide require login option from UI
1 parent 63f4e43 commit 8ac1e0b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Contents/DefaultPrefs.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,9 @@
171171
"id": "bool_webapp_require_login",
172172
"type": "bool",
173173
"label": "Require login to access Web UI",
174-
"default": "False",
175-
"secure": "false"
174+
"default": "True",
175+
"secure": "false",
176+
"hidden": "true"
176177
},
177178
{
178179
"id": "bool_webapp_log_werkzeug_messages",

0 commit comments

Comments
 (0)