Skip to content

Commit

Permalink
Update login.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Jan 18, 2024
1 parent a268fb3 commit 316393e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def login(direct):
301,
)
case False:
message("1",f"LOGIN | VERIFICATION: {verifyResponse["success"]} | VERIFICATION SCORE: {verifyResponse["score"]}")
message("1",f"LOGIN RECAPTCHA | VERIFICATION: {verifyResponse["success"]} | VERIFICATION SCORE: {verifyResponse["score"]}")
abort(401)
case False:
session["userName"] = user[1]
Expand Down

0 comments on commit 316393e

Please sign in to comment.