Skip to content

Commit

Permalink
Merge pull request #44 from mindvalley/fix/temporarily-disable-user-v…
Browse files Browse the repository at this point in the history
…erification-oauth

Temporarily disable user whitelist check
  • Loading branch information
onimsha authored Jul 2, 2024
2 parents 04b86b3 + c715a07 commit a1dfdb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/danswer/auth/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ async def oauth_callback(
associate_by_email: bool = False,
is_verified_by_default: bool = False,
) -> models.UOAP:
verify_email_in_whitelist(account_email)
verify_email_domain(account_email)

return await super().oauth_callback( # type: ignore
Expand Down

0 comments on commit a1dfdb3

Please sign in to comment.