diff --git a/packages/ui/src/components/billing/ServersGuestPlanModal.vue b/packages/ui/src/components/billing/ServersGuestPlanModal.vue index 19c4e8c5e8..0781fc1c06 100644 --- a/packages/ui/src/components/billing/ServersGuestPlanModal.vue +++ b/packages/ui/src/components/billing/ServersGuestPlanModal.vue @@ -1,16 +1,23 @@ diff --git a/packages/ui/src/layouts/wrapped/hosting/manage/index.vue b/packages/ui/src/layouts/wrapped/hosting/manage/index.vue index 0ba4eca69a..0ca04b2ce6 100644 --- a/packages/ui/src/layouts/wrapped/hosting/manage/index.vue +++ b/packages/ui/src/layouts/wrapped/hosting/manage/index.vue @@ -8,6 +8,7 @@ ref="guestPlanModal" :available-products="pyroProducts" :currency="selectedCurrency" + :logged-in="loggedIn" @continue="handleGuestPlanContinue" />