feat(F-172): completed feature

This commit is contained in:
chattie
2026-08-22 19:16:08 +02:00
parent c0870f6c48
commit 767860d546
12 changed files with 38 additions and 22 deletions

View File

@@ -1,3 +1,3 @@
# F-173Checkout load failure
# F-172My Account session loop
Checkout conditionally returned before its final useMemo, violating React hook ordering when auth/cart loading state changed. Keep every hook unconditional.
Storefront login receives `mdv_session`, while /api/auth/me and logout incorrectly use `session_token`. Align proxy routes to the backend cookie so hydration/navigation preserves the authenticated user.