mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-09-13 14:29:09 +00:00
challange -> challenge
This commit is contained in:
parent
ced16f2479
commit
fd895a9d46
6 changed files with 31 additions and 29 deletions
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue