Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: reload page after login #773

Merged
merged 13 commits into from
Nov 7, 2024
1 change: 1 addition & 0 deletions apps/web/components/LoginComponent/LoginComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const loginUser = async () => {
await getSession();
}
}
window.location.reload();
pfrincu-plenty marked this conversation as resolved.
Show resolved Hide resolved
}
};
</script>
1 change: 1 addition & 0 deletions docs/changelog/changelog_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Fluid logo container + max-width and max-height addaptation
- Fix cls mobile
- Edit mode toolbar + Json editor Front End
- Reload page after login so the customer class affects prices and categories

### New

Expand Down
Loading