Skip to content

Commit

Permalink
Fix text formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shanggeeth committed Oct 25, 2023
1 parent 8c8c3d4 commit d73e243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public Map<String, String> getPropertyDescriptionMapping() {
"Enable to include uppercase characters in SMS and e-mail OTPs.");
descriptionMapping.put(
IdentityRecoveryConstants.ConnectorConfig.EMAIL_VERIFICATION_USE_LOWERCASE_CHARACTERS_IN_OTP,
"Enable to include lowercase characters in SMS and e-mail OTPs..");
"Enable to include lowercase characters in SMS and e-mail OTPs.");
descriptionMapping.put(IdentityRecoveryConstants.ConnectorConfig.EMAIL_VERIFICATION_USE_NUMBERS_IN_OTP,
"Enable to include numbers in SMS and e-mail OTPs.");
descriptionMapping.put(IdentityRecoveryConstants.ConnectorConfig.EMAIL_VERIFICATION_OTP_LENGTH,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public void testGetPropertyDescriptionMapping() {
"Enable to include uppercase characters in SMS and e-mail OTPs.");
descriptionMappingExpected.put(
IdentityRecoveryConstants.ConnectorConfig.EMAIL_VERIFICATION_USE_LOWERCASE_CHARACTERS_IN_OTP,
"Enable to include lowercase characters in SMS and e-mail OTPs..");
"Enable to include lowercase characters in SMS and e-mail OTPs.");
descriptionMappingExpected.put(IdentityRecoveryConstants.ConnectorConfig.EMAIL_VERIFICATION_USE_NUMBERS_IN_OTP,
"Enable to include numbers in SMS and e-mail OTPs.");
descriptionMappingExpected.put(IdentityRecoveryConstants.ConnectorConfig.EMAIL_VERIFICATION_OTP_LENGTH,
Expand Down

0 comments on commit d73e243

Please sign in to comment.