Skip to content

Commit

Permalink
feat: autofill server name
Browse files Browse the repository at this point in the history
  • Loading branch information
not-nullptr committed Oct 15, 2024
1 parent 173b758 commit b94010a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/frontend/src/pages/servers/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
:customer="customer"
:payment-methods="paymentMethods"
:return-url="`${config.public.siteUrl}/servers/manage`"
:server-name="`${auth?.user?.username}'s server`"
@hidden="handleModalHidden"
/>
<img
Expand Down

0 comments on commit b94010a

Please sign in to comment.