From a86ae886f2a7eaa8c7dfb12782658b0abd70227c Mon Sep 17 00:00:00 2001 From: lenforiee Date: Wed, 19 Apr 2023 21:24:53 +0200 Subject: [PATCH] handeld -> handled --- api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api.go b/api/api.go index baba63e..b45148f 100644 --- a/api/api.go +++ b/api/api.go @@ -72,7 +72,7 @@ start: if err != nil { 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 goto start } else {