mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-05-09 09:48:20 +00:00
handeld -> handled
This commit is contained in:
parent
fd895a9d46
commit
a86ae886f2
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue