updated go deps and bumped app version

This commit is contained in:
Gani Georgiev
2024-12-11 18:52:21 +02:00
parent 9efd68ff4c
commit f533320722
36 changed files with 80 additions and 70 deletions
+1 -1
View File
@@ -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,
)