Skip to content

Commit

Permalink
fix pre-commit check
Browse files Browse the repository at this point in the history
Signed-off-by: wyfrel <wyfrel@gmail.com>
  • Loading branch information
wyfrel authored and ostrya committed Sep 10, 2021
1 parent c20f62e commit 83f4526
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ private void handleClientCredentialsFlow(final RoutingContext routingContext) {
private String toTokenResponse(String token, String sessionId) {
return new JsonObject()
.put("access_token", token)
.put("token_type","Bearer")
.put("token_type", "Bearer")
.put("expires_in", 36_000)
.put("refresh_token", token)
.put("refresh_expires_in", 36_000)
Expand Down

0 comments on commit 83f4526

Please sign in to comment.