chore: skip neverbounce for oauth

This commit is contained in:
Michael H.
2026-07-24 02:15:16 +02:00
parent 0512e0b62b
commit 508b96c27f
+1 -1
View File
@@ -1502,7 +1502,7 @@ pub async fn create_oauth_account(
};
if let Some(email) = &user.email {
ensure_email_is_usable(email).await?;
ensure_email_domain_is_allowed(email)?;
}
let mut txn = db