fix: public_key should be pubkey
This commit is contained in:
parent
628f1b4aca
commit
09b9f195f4
|
@ -48,7 +48,7 @@ type ChallengeResponse struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type PubkeyLoginRequest struct {
|
type PubkeyLoginRequest struct {
|
||||||
Pubkey string `json:"public_key"`
|
Pubkey string `json:"pubkey"`
|
||||||
Challenge string `json:"challenge"`
|
Challenge string `json:"challenge"`
|
||||||
Signature string `json:"signature"`
|
Signature string `json:"signature"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue