Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions safety/auth/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ def is_email_verified(info: Dict[str, Any]) -> Optional[bool]:
Returns:
bool: True
"""
# return info.get(CLAIM_EMAIL_VERIFIED_API) or info.get(
# CLAIM_EMAIL_VERIFIED_AUTH_SERVER
# )

# Always return True to avoid email verification
return True


Expand Down