Skip to content

Commit 38f82ee

Browse files
duplicate lines
1 parent 225d021 commit 38f82ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/routes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,8 +1063,6 @@ def oidc_callback():
10631063
except Exception as decode_error:
10641064
current_app.logger.warning(f"Failed to decode ID token: {decode_error}")
10651065

1066-
# If still no user_info, try fetching from userinfo endpoint
1067-
if not user_info:
10681066
# If still no user_info, try fetching from userinfo endpoint
10691067
if not user_info:
10701068
try:

0 commit comments

Comments
 (0)