mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 13:16:38 +00:00
chore: skip neverbounce for oauth
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user