Skip to content

Commit

Permalink
Test push rules 4
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Nov 2, 2023
1 parent 26def42 commit e22544e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/web/src/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@ def check_backend_auth():
if not piscsi_cmd.is_token_auth()["status"] and not APP.config["PISCSI_TOKEN"]:
abort(
403,
"PiSCSI is password protecteddd. "
"PiSCSI is password protected. "
"Start the Web Interface with the --password parameter.",
)

Expand Down

0 comments on commit e22544e

Please sign in to comment.