Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sadilchamishka committed Oct 2, 2024
1 parent 147030c commit da9ce97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public enum ErrorMessages {
"requirements of the selected registration option."),
ERROR_CODE_INVALID_REGISTRATION_OPTION("USR-10007", "Invalid registration option."),
ERROR_CODE_MULTIPLE_REGISTRATION_OPTIONS("USR-10008", "Multiple registration options are not supported."),
ERROR_CODE_INVALID_DOMAIN("USR-10009", "The email domain is not match with organization email domain."),
ERROR_CODE_INVALID_DOMAIN("USR-10009", "The email domain does not match the organization's email domain."),

// USR - User Self Registration - server exceptions.
ERROR_CODE_UNEXPECTED_ERROR_VALIDATING_ATTRIBUTES("USR-15001", "Unexpected error while validating user " +
Expand Down

0 comments on commit da9ce97

Please sign in to comment.