mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-05 05:05:17 +02:00
feat: update Strava integration settings and add Wanderer logo; enhance user experience with active section management
This commit is contained in:
parent
1891a8b497
commit
c7ff8f4bc7
3 changed files with 87 additions and 3 deletions
|
@ -92,7 +92,7 @@ class StravaIntegrationView(viewsets.ViewSet):
|
|||
frontend_url = settings.FRONTEND_URL
|
||||
if not frontend_url.endswith('/'):
|
||||
frontend_url += '/'
|
||||
return redirect(f"{frontend_url}settings?strava_authorized=true")
|
||||
return redirect(f"{frontend_url}settings?tab=integrations")
|
||||
|
||||
|
||||
except requests.RequestException as e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue