Redirect user to the claim/ route on the appstore

This commit is contained in:
Johannes Zellner
2025-05-23 11:31:47 +02:00
parent c2678efc06
commit 94681fd47d

View File

@@ -95,7 +95,7 @@ onMounted(async () => {
{{ $t('settings.appstoreAccount.description') }}
</div>
<div style="display: flex; align-items: center;">
<Button :href="`${consoleServerOrigin}/#/cloudron/${cloudronId}?email=${encodeURIComponent(email)}`" target="_blank">{{ $t('settings.appstoreAccount.setupAction') }}</Button>
<Button :href="`${consoleServerOrigin}/#/claim/${cloudronId}`" target="_blank">{{ $t('settings.appstoreAccount.setupAction') }}</Button>
</div>
</SettingsItem>
</div>