use runtime config
All checks were successful
Build and Publish / build-release (push) Successful in 1m1s
All checks were successful
Build and Publish / build-release (push) Successful in 1m1s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user