remove unnecessary omitempty
This commit is contained in:
parent
9721fc8882
commit
09e8edfc0d
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ type AuthRequest struct {
|
|||
Nonce string `schema:"nonce"`
|
||||
Display Display `schema:"display"`
|
||||
Prompt SpaceDelimitedArray `schema:"prompt"`
|
||||
MaxAge *uint `schema:"max_age,omitempty"`
|
||||
MaxAge *uint `schema:"max_age"`
|
||||
UILocales Locales `schema:"ui_locales"`
|
||||
IDTokenHint string `schema:"id_token_hint"`
|
||||
LoginHint string `schema:"login_hint"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue