From 3ec10a9c7dcb1ca557686c713ad1e0f1f0af29d0 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Wed, 11 Dec 2024 11:07:42 +0200 Subject: [PATCH] fixed log message typo --- mails/record.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mails/record.go b/mails/record.go index caf92486..cb1be4fe 100644 --- a/mails/record.go +++ b/mails/record.go @@ -90,7 +90,7 @@ func SendRecordOTP(app core.App, authRecord *core.Record, otpId string, pass str otp, err := e.App.FindOTPById(otpId) if err != nil { 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, "otpId", otpId, )