1
0
Fork 0
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:
Sean Morley 2025-08-02 11:41:51 -04:00
parent 1891a8b497
commit c7ff8f4bc7
3 changed files with 87 additions and 3 deletions

View file

@ -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: