Merge branch 'release/v18.2.5'
This commit is contained in:
@@ -211,6 +211,9 @@ def rower_polar_authorize(request):
|
|||||||
# "scope":"accesslink.read_all"
|
# "scope":"accesslink.read_all"
|
||||||
}
|
}
|
||||||
url = "https://flow.polar.com/oauth2/authorization?" +urllib.parse.urlencode(params)
|
url = "https://flow.polar.com/oauth2/authorization?" +urllib.parse.urlencode(params)
|
||||||
|
dologging('polar.log','Authorizing')
|
||||||
|
dologging('polar.log',url)
|
||||||
|
dologing('polar.log',params)
|
||||||
|
|
||||||
return HttpResponseRedirect(url)
|
return HttpResponseRedirect(url)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user