Skip to content

Commit

Permalink
WIP: revert changes entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
windwinkel committed Jun 18, 2024
1 parent adbd4da commit 64cc269
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static boolean isBlank(String s) {
}

public static boolean isEmailValid(String email) {
return EmailAddressValidator.isValidStrict(email);
return EmailValidationUtil.isValidEmail(email);
}

public static boolean isUsernameValid(String username) {
Expand Down

0 comments on commit 64cc269

Please sign in to comment.