Skip to content

Commit

Permalink
fix: yarn rw setup auth clerk fails in canary (#5998)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar authored Jul 22, 2022
1 parent b562305 commit 0cc3d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/setup/auth/providers/clerk.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const ClerkAuthProvider = ({ children }) => {
)
}`,
authProvider: {
render: 'ClerkAuthProvider',
render: ['ClerkAuthProvider'],
type: 'clerk',
},
}
Expand Down

0 comments on commit 0cc3d6b

Please sign in to comment.