Skip to content

Commit

Permalink
log val
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyfallWasTaken committed Aug 26, 2024
1 parent ef065c0 commit 9e131df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/vortex-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ async fn get_emails(

fn validate_vortex_email(email: &str) -> bool {
// The `None` here means that we use strict email parsing.
dbg!(email);
let Some(parsed) = EmailAddress::parse(email, None) else {
return false;
};
Expand Down

0 comments on commit 9e131df

Please sign in to comment.