Skip to content

Commit

Permalink
add a new line
Browse files Browse the repository at this point in the history
  • Loading branch information
DilshanSenarath authored Nov 7, 2024
1 parent 252656f commit 807b6cb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
} catch (Exception e) {
usernameConfig = null;
}
Boolean isAlphanumericUsernameEnabled = false;
if (usernameConfig.has("alphanumericFormatValidator")) {
isAlphanumericUsernameEnabled = (Boolean) usernameConfig.get("alphanumericFormatValidator");
Expand Down

0 comments on commit 807b6cb

Please sign in to comment.