diff --git a/apps/scandic-web/components/HotelReservation/MyStay/GuestDetails/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/GuestDetails/index.tsx index 102de982c..bbfc8dc76 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/GuestDetails/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/GuestDetails/index.tsx @@ -114,7 +114,7 @@ export default function GuestDetails({ sessionStorage.setItem( "myStayReturnRoute", JSON.stringify({ - path: window.location.pathname, + path: window.location.href, expiry: expirationTime, }) )