From ad83f8aa4ccf7d7b111b8d459ecad08328ec6fc2 Mon Sep 17 00:00:00 2001 From: Titouan-joseph Cicorella Date: Sat, 18 Jan 2025 04:40:30 +0100 Subject: [PATCH] fix(zitadel): correcting provider for the playground (#81) --- playground/composables/useProviders.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/composables/useProviders.ts b/playground/composables/useProviders.ts index 754dd26..38a10e1 100644 --- a/playground/composables/useProviders.ts +++ b/playground/composables/useProviders.ts @@ -60,7 +60,7 @@ export function useProviders(currentProvider: string) { { label: 'Zitadel', name: 'zitadel', - disabled: Boolean(currentProvider === 'cognito'), + disabled: Boolean(currentProvider === 'zitadel'), icon: 'i-majesticons-puzzle', }, {