handeld -> handled

This commit is contained in:
lenforiee 2023-04-19 21:24:53 +02:00
parent fd895a9d46
commit a86ae886f2

View file

@ -72,7 +72,7 @@ start:
if err != nil { if err != nil {
return r, &res, fmt.Errorf("MFA Callback: %w", err) return r, &res, fmt.Errorf("MFA Callback: %w", err)
} }
// ok, we got the MFA challenge and the callback presumably handeld it so we can retry the original request // ok, we got the MFA challenge and the callback presumably handled it so we can retry the original request
firstTime = false firstTime = false
goto start goto start
} else { } else {