Remove breakpoint
This commit is contained in:
parent
57681d91fe
commit
41cf615052
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ async def login(request: Request, oidc_provider_id: str) -> RedirectResponse:
|
|||
auth token that only we can decode and contains userinfo,
|
||||
and a redirect to our own /auth/{oidc_provider_id} url
|
||||
"""
|
||||
breakpoint()
|
||||
redirect_uri = request.url_for("auth", oidc_provider_id=oidc_provider_id)
|
||||
try:
|
||||
provider_: StarletteOAuth2App = getattr(authlib_oauth, oidc_provider_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue