Skip to content

Commit dc6df59

Browse files
committed
supports tenant-as-a-directory
1 parent 9503784 commit dc6df59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/components/Checkout/ModalCheckout.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ const i18nBase = i18nFactory(Strings)
2424
let i18n = i18nBase(['en'])
2525
2626
const passportPageUrl = computed(() =>
27-
window.location.hostname.includes('.prerelease.clubs.place')
27+
window.location.hostname.includes('prerelease.clubs.place')
2828
? `https://prerelease.clubs.place/passport/${props.eoa ?? ''}/edit`
29-
: window.location.hostname.includes('.clubs.place')
29+
: window.location.hostname.includes('clubs.place')
3030
? `https://clubs.place/passport/${props.eoa ?? ''}/edit`
3131
: `http://localhost:${window.location.port}/passport/${
3232
props.eoa ?? ''

0 commit comments

Comments
 (0)