Skip to content

Commit bdcb537

Browse files
committed
Added comment why check missing
1 parent cd2d4b9 commit bdcb537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server/api/user_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ def dummy_check():
119119

120120
else:
121121
log_user_action(username, "Failure", "Bad password or inactive")
122+
# No dummy_check needed as we ran a real one to get here
122123
return jsonify("Bad credentials"), 401
123124

124125

0 commit comments

Comments
 (0)