Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
now is correct!
  • Loading branch information
InesCardinot committed Jun 8, 2022
1 parent b3ce592 commit c84039e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owasp-top10-2021-apps/a7/saidajaula-monster/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def login():
}

try:
token = jwt.encode(claims, secret_key, algorithms = 'HS256')
token = jwt.encode(claims, secret_key, algorithm = 'HS256')
except:
return "Error!\n"

Expand Down

0 comments on commit c84039e

Please sign in to comment.