Hi I am experiencing data inconsistency in 2fa here is the error and a snippet of the code
{"timestamp":"2025-11-17T06:30:51.934+0000","level":"ERROR","thread":"http-nio-8080-exec-4","logger":"org.zenithfintech.user.advice.AppExceptionHandler","traceId":"68c5c9f09069808022fae83a1a126178","spanId":"b3040b9a5fbdc54a","user_id":"anonymous","message":"BadRequestException: The OTP Code provided is invalid","exception":"org.zenithfintech.commons.lib.utils.exception.BusinessException: The OTP Code provided is invalid\n\tat org.zenithfintech.user.service.auth.MfaServiceImpl.validateUserMfaOtpCode(MfaServiceImpl.java:94)\n\tat org.fintech.user.controller.MfaController.validateMFA(MfaController.java:37)\n\tat
here is my code block