Skip to content

Commit

Permalink
fix(zitadel): correcting provider for the playground (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
titouan-joseph authored Jan 18, 2025
1 parent d962a93 commit ad83f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/composables/useProviders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
{
Expand Down

0 comments on commit ad83f8a

Please sign in to comment.