Remove breakpoint

This commit is contained in:
phil 2025-01-10 17:39:46 +01:00
parent 57681d91fe
commit 41cf615052

View file

@ -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)