We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df10e1 commit 1025636Copy full SHA for 1025636
carbonserver/carbonserver/api/routers/authenticate.py
@@ -32,9 +32,6 @@
32
def check_login(
33
auth_user: UserWithAuthDependency = Depends(OptionalUserWithAuthDependency),
34
sign_up_service: SignUpService = Depends(Provide[ServerContainer.sign_up_service]),
35
- auth_provider: Optional[OIDCAuthProvider] = Depends(
36
- Provide[ServerContainer.auth_provider]
37
- ),
38
):
39
"""
40
return user data or redirect to login screen
0 commit comments