Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saltytine authored Feb 29, 2024
1 parent 0af8ef3 commit 8ce34b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def login():

# Check if the username and password match
if username == ADMIN_USERNAME and password == ADMIN_PASSWORD:
# Password is correct, redirect to flag.html
# Password is correct, redirect to flag page
return redirect(url_for('flag'))
else:
# Incorrect username or password
Expand Down

0 comments on commit 8ce34b9

Please sign in to comment.