Skip to content

Commit ecdd034

Browse files
authored
Update unified_oauth_callback.py
1 parent 83c70b5 commit ecdd034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/onyx/auth/unified_oauth_callback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ async def callback(
762762
request=request,
763763
associate_by_email=True,
764764
is_verified_by_default=True,
765-
role_type=role_Type_check
765+
# role_type=role_Type_check
766766
)
767767
logger.info(f"OAuth callback successful for user: {user.email} ")
768768
logger.info(f"OAuth user: {user} ")

0 commit comments

Comments
 (0)