fix: remove duplicate 'Powered by Crewli' footer on registration pages

The portal layout already renders the footer — the inline copies in
[eventSlug].vue and success.vue caused it to appear twice.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-15 08:52:38 +02:00
parent 28727f246b
commit 15be8a09c6
2 changed files with 0 additions and 8 deletions

View File

@@ -1603,10 +1603,6 @@ async function onSubmit() {
</VCol>
</VRow>
<!-- Footer -->
<div class="text-center pa-4 text-caption text-medium-emphasis">
Powered by Crewli
</div>
</VContainer>
</div>
</template>

View File

@@ -132,10 +132,6 @@ const hasExistingAccount = computed(() => route.query.hasAccount === '1' && !isA
</VBtn>
</VAlert>
<!-- Footer -->
<div class="text-center pa-4 text-caption text-medium-emphasis">
Powered by Crewli
</div>
</VContainer>
</div>
</template>