mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +00:00
fix(auth): scope query binding
Resolves https://github.com/go-vikunja/vikunja/issues/2146
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user