Skip to content
Snippets Groups Projects
Commit f6d7cb63 authored by Hugo NOUTS's avatar Hugo NOUTS
Browse files

state needs to remain the same from authorize endpoint to token

parent 66e7b9dd
No related branches found
No related tags found
No related merge requests found
Pipeline #4932 passed
......@@ -21,7 +21,7 @@ func main() {
fmt.Println(query)
host := strings.Split(query.Get("state"), "-")[1]
fmt.Println(host)
state := strings.Split(query.Get("state"), "-")[0]
state := query.Get("state")
fmt.Println(state)
usagePointId := query.Get("usage_point_id")
fmt.Println(usagePointId)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment