Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Update application.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yang3kc committed Sep 10, 2019
1 parent 975959d commit 924b480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/application.py
Expand Up @@ -112,7 +112,7 @@ def check_password():
correct_pass = get_password_setting(loop=loop)

# Before even attempting to enter a password, the frontend will check anyway.
# If it receives 'firstTime' because the password's never been sent,
# If it receives 'firstTime' because the password's never been set,
# it will do a first-time password setup.
# This is also useful if you choose to not have a password.
# It will take you straight to the config page since it checks instantly.
Expand Down

0 comments on commit 924b480

Please sign in to comment.