Skip to content

Commit ad83f8a

Browse files
fix(zitadel): correcting provider for the playground (#81)
1 parent d962a93 commit ad83f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/composables/useProviders.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function useProviders(currentProvider: string) {
6060
{
6161
label: 'Zitadel',
6262
name: 'zitadel',
63-
disabled: Boolean(currentProvider === 'cognito'),
63+
disabled: Boolean(currentProvider === 'zitadel'),
6464
icon: 'i-majesticons-puzzle',
6565
},
6666
{

0 commit comments

Comments
 (0)