Skip to content

Commit

Permalink
Fixed Strava link
Browse files Browse the repository at this point in the history
[frontend] fixed Strava linked value not being updated after successful Strava link
  • Loading branch information
joaovitoriasilva committed Jul 30, 2024
1 parent ffb3da7 commit 6a4fbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/views/SettingsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default {
activeSection.value = 'integrations';
// Set the user object with the strava_linked property set to 1.
user = authStore.user;
const user = authStore.user;
user.is_strava_linked = 1;
authStore.setUser(user, locale);
Expand Down

0 comments on commit 6a4fbc6

Please sign in to comment.