Update auth/google_remote_auth_provider.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -91,7 +91,9 @@ class GoogleRemoteAuthProvider(RemoteAuthProvider):
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
logger.debug("GoogleRemoteAuthProvider")
|
logger.debug(
|
||||||
|
f"Initialized GoogleRemoteAuthProvider with base_url={self.base_url}, port={self.port}"
|
||||||
|
)
|
||||||
|
|
||||||
def get_routes(self) -> List[Route]:
|
def get_routes(self) -> List[Route]:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user