Skip to content

Commit

Permalink
fix: op side
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 committed Feb 15, 2024
1 parent 2f59072 commit f25c1c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/jws/jwk.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type JWK struct {
Crv string `json:"crv"`
X string `json:"x"`
Y string `json:"y"`
N string `json:"n"`
E string `json:"e"`
N string `json:"n,omitempty"`
E string `json:"e,omitempty"`
Nonce string `json:"nonce,omitempty"`
}

Expand Down

0 comments on commit f25c1c1

Please sign in to comment.