mirror of
https://github.com/simple-login/app.git
synced 2024-11-17 22:21:38 +08:00
linting
This commit is contained in:
parent
1ced8f76b7
commit
7e1a474875
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def token():
|
|||
return jsonify(error=f"{code} already expired"), 400
|
||||
|
||||
if auth_code.client_id != client.id:
|
||||
return jsonify(error=f"are you sure this code belongs to you?"), 400
|
||||
return jsonify(error="are you sure this code belongs to you?"), 400
|
||||
|
||||
LOG.debug(
|
||||
"Create Oauth token for user %s, client %s", auth_code.user, auth_code.client
|
||||
|
|
Loading…
Reference in a new issue