Skip to content

Commit

Permalink
fix refreshUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed May 31, 2021
1 parent 65eecc3 commit 49e2e14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ oauth2_password = OAuth2PasswordBearer(
oauth2_code = OAuth2AuthorizationCodeBearer(
authorizationUrl="{{authorizationUrl}}",
tokenUrl="{{tokenUrl}}",
refreshUrlUrl="{{refreshUrl}}",
refreshUrl="{{refreshUrl}}",
scopes={
{{#scopes}}
"{{scope}}": "{{description}}",
Expand Down

0 comments on commit 49e2e14

Please sign in to comment.