From 054dc6d203d60b41fc35ec9fbf7e437054528ccd Mon Sep 17 00:00:00 2001 From: Loganathan Sekar Date: Wed, 7 Feb 2024 16:18:14 +0530 Subject: [PATCH] Correction to the OTP frozen message Signed-off-by: Loganathan Sekar --- .../core/constant/IdAuthenticationErrorConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentication/authentication-core/src/main/java/io/mosip/authentication/core/constant/IdAuthenticationErrorConstants.java b/authentication/authentication-core/src/main/java/io/mosip/authentication/core/constant/IdAuthenticationErrorConstants.java index 765cf076a85..a6c47b9e7a9 100644 --- a/authentication/authentication-core/src/main/java/io/mosip/authentication/core/constant/IdAuthenticationErrorConstants.java +++ b/authentication/authentication-core/src/main/java/io/mosip/authentication/core/constant/IdAuthenticationErrorConstants.java @@ -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",