Skip to content

Commit

Permalink
Correction to the OTP frozen message
Browse files Browse the repository at this point in the history
Signed-off-by: Loganathan Sekar <[email protected]>
  • Loading branch information
Loganathan Sekar authored and Loganathan Sekar committed Feb 7, 2024
1 parent 5a3db6c commit 054dc6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public enum IdAuthenticationErrorConstants {
OTP_AUTH_IDTYPE_MISMATCH("IDA-OTA-010", "Input Identity Type does not match Identity Type of OTP Request"),
PARTNER_ID_MISMATCH("IDA-OTA-011", "Input Partner-ID does not match Partner-ID of OTP Request"),
OTP_VAL_KEY_NOT_FOUND("IDA-OTA-012", "Validation can't be performed against this key. Generate OTP first."),
OTP_FROZEN("IDA-OTA-013", "User has been frozen from making any OTP request/validation for %s."),
OTP_FROZEN("IDA-OTA-013", "OTP request/validation has been frozen for the Individual ID for %s."),


INVALID_TIMESTAMP("IDA-MLC-001", "Request to be received at MOSIP within %s seconds",
Expand Down

0 comments on commit 054dc6d

Please sign in to comment.