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

fix - no usage_point_id

parent 0984d1d5
No related branches found
No related tags found
2 merge requests!5Grdf adict,!4Grdf adict
Pipeline #7481 passed
......@@ -221,7 +221,7 @@ func main() {
cozyURL := "https://" + host + "." + *cozyDomain + *cozyGrdfRedirectURI
redir := cozyURL + "?code=" + code + "&state=" + state + "&usage_point_id=" + usagePointId
redir := cozyURL + "?code=" + code + "&state=" + state
log.Debug("Redirect to -", redir)
http.Redirect(w, r, redir, 302)
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment