fixed log message typo
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ func SendRecordOTP(app core.App, authRecord *core.Record, otpId string, pass str
|
|||||||
otp, err := e.App.FindOTPById(otpId)
|
otp, err := e.App.FindOTPById(otpId)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
e.App.Logger().Warn(
|
e.App.Logger().Warn(
|
||||||
"Unabled to find OTP to update its sentTo field (either it was already deleted or the id is nonexisting)",
|
"Unable to find OTP to update its sentTo field (either it was already deleted or the id is nonexisting)",
|
||||||
"error", err,
|
"error", err,
|
||||||
"otpId", otpId,
|
"otpId", otpId,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user