Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
xtsea authored Aug 30, 2024
1 parent 612e8af commit faa2614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RyuzakiLib/fastapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async def authorize_redirect(self, request=None, redirect_uri=None):
response_type="code"
)

async def authorize_access_token(self, request):
async def authorize_access_token(self, request=None):
token = await self.auth.auth0.authorize_access_token(request)
return token

Expand Down

0 comments on commit faa2614

Please sign in to comment.