use runtime config
All checks were successful
Build and Publish / build-release (push) Successful in 1m1s

This commit is contained in:
2026-05-14 15:52:33 -05:00
parent 2ed75599bc
commit fe91c2e8f1
3 changed files with 18 additions and 10 deletions

View File

@@ -46,12 +46,12 @@ async function loginWithZitadel() {
>
<UIcon v-if="isLoading" name="i-heroicons-arrow-path" class="h-5 w-5 animate-spin" />
<UIcon v-else name="i-heroicons-lock-closed" class="h-5 w-5" />
<span>{{ isLoading ? 'Signing in...' : 'Sign in with Zitadel' }}</span>
<span>{{ isLoading ? 'Signing in...' : 'Sign in with CorredorConect ID' }}</span>
</button>
<div class="mt-6 text-center text-xs" style="color: var(--text-muted);">
<p>Secure authentication powered by Zitadel</p>
<p>Secure authentication powered by CorredorConect ID</p>
</div>
</div>
</div>
</template>
</template>