fix(auth): scope query binding
Resolves https://github.com/go-vikunja/vikunja/issues/2146
This commit is contained in:
parent
731b7c3001
commit
4df8da549e
|
|
@ -45,7 +45,7 @@ import (
|
|||
// Callback contains the callback after an auth request was made and redirected
|
||||
type Callback struct {
|
||||
Code string `query:"code" json:"code"`
|
||||
Scope string `query:"scop" json:"scope"`
|
||||
Scope string `query:"scope" json:"scope"`
|
||||
RedirectURL string `json:"redirect_url"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue