bugfix/fixed the i18n error message bug

This commit is contained in:
hongwei 2022-09-06 13:37:58 +02:00
parent 5c26e61d17
commit 9f04e30477

View File

@ -4204,7 +4204,7 @@ object APIUtil extends MdcLoggable with CustomJsonFormats{
val transactionRequestChallengeTtl = APIUtil.getPropsAsLongValue("transaction_request_challenge_ttl", 600)
val obpErrorMessageCodeRegex = "^(OBP-\\d+):"
val obpErrorMessageCodeRegex = "^(OBP-\\d+)"
//eg: UserHasMissingRoles = "OBP-20006: User is missing one or more roles:" -->
// errorCode = "OBP-20006:"