implement servers guest plan modal and signin which redirects back to modal's next step

This commit is contained in:
tdgao
2026-03-31 15:43:57 -06:00
parent 2c993fb4fb
commit 713bb5e2af
4 changed files with 229 additions and 12 deletions
@@ -2,5 +2,6 @@ export { default as AddPaymentMethodModal } from './AddPaymentMethodModal.vue'
export { default as ModrinthServersPurchaseModal } from './ModrinthServersPurchaseModal.vue'
export { default as PurchaseModal } from './PurchaseModal.vue'
export { default as ResubscribeModal } from './ResubscribeModal.vue'
export { default as ServersGuestPlanModal } from './ServersGuestPlanModal.vue'
export { default as ServersSpecs } from './ServersSpecs.vue'
export { default as ServersUpgradeModalWrapper } from './ServersUpgradeModalWrapper.vue'