Skip to content

Commit

Permalink
gah
Browse files Browse the repository at this point in the history
  • Loading branch information
skiptomyliu committed Feb 4, 2023
1 parent 23ed064 commit 04dc0ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion confidant/routes/jwks.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ def get_token(id):
'environment': environment,
}
):
msg = f'{logged_in_user} does not have access to get JWT {id} in env {environment}'
msg = f'{logged_in_user} does not have access to get JWT {id} ' \
f'in env {environment}'
error_msg = {'error': msg}
return jsonify(error_msg), 403

Expand Down

0 comments on commit 04dc0ca

Please sign in to comment.