Fixed a bug that broke the first-run-dialog
This commit is contained in:
parent
e69c1e8e93
commit
fe34bdc656
1 changed files with 0 additions and 1 deletions
|
|
@ -150,7 +150,6 @@ def pluginCommand(name):
|
|||
|
||||
|
||||
@api.route("/setup", methods=["POST"])
|
||||
@restricted_access
|
||||
def firstRunSetup():
|
||||
if not s().getBoolean(["server", "firstRun"]):
|
||||
abort(403)
|
||||
|
|
|
|||
Loading…
Reference in a new issue