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 @@ - + Plan @@ -71,15 +103,66 @@ defineExpose({ Review - - + + + + + + + + + + + + + + + + + + + + + + Sign in to continue your purchase + You need a Modrinth account to add your billing details. + + + + Sign in or create an account + + + + + + 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" />