Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Oct 2, 2023
1 parent 6d2858d commit 6b07991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/api/api_v1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ async def get_id_email(self, token: str) -> Tuple[str, Optional[str]]:
base_scopes=["openid", "/read-limited"],
)
else:
oauth_client: OpenID = OpenID(
oauth_client = OpenID(
client_id=config.client_id,
client_secret=config.client_secret,
openid_configuration_endpoint=str(config.config_url),
Expand Down

0 comments on commit 6b07991

Please sign in to comment.