fixed typos

This commit is contained in:
Gani Georgiev
2026-06-03 16:14:28 +03:00
parent b36b8e35af
commit 5631d9b1c2
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ func recordAuthWithOTP(e *core.RequestEvent) error {
otpId := e.OTP.Id
otpSentTo := e.OTP.SentTo()
// eagerly delete the OTP to avoid unnecessery double delete model hook calls
// eagerly delete the OTP to avoid unnecessary double delete model hook calls
// triggered by the password change below
err := e.App.Delete(e.OTP)
if err != nil {