fixed polar auth
This commit is contained in:
@@ -697,8 +697,6 @@ def rower_process_polarcallback(request):
|
||||
|
||||
return HttpResponseRedirect(url)
|
||||
|
||||
|
||||
|
||||
access_token, expires_in, user_id = polarstuff.get_token(code)
|
||||
|
||||
expirydatetime = timezone.now()+datetime.timedelta(seconds=expires_in)
|
||||
|
||||
Reference in New Issue
Block a user