challange -> challenge

This commit is contained in:
lenforiee 2023-04-19 21:24:12 +02:00
parent ced16f2479
commit fd895a9d46
6 changed files with 31 additions and 29 deletions

View file

@ -1,6 +1,6 @@
package api
type MFAChallange struct {
type MFAChallenge struct {
Provider MFAProviders `json:"providers,omitempty"`
}
@ -8,6 +8,6 @@ type MFAProviders struct {
TOTP string `json:"totp,omitempty"`
}
type MFAChallangeResponse struct {
type MFAChallengeResponse struct {
TOTP string `json:"totp,omitempty"`
}