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', }, {