Skip to content

Commit

Permalink
fix: auth provider names in setup auth (#7038)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar authored Dec 6, 2022
1 parent a897cdf commit e2937cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/cli/src/commands/setup/auth/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ export async function builder(yargs) {
.command(setupAuthOktaCommand)

for (const module of [
'@redwoodjs/auth0-setup',
'@redwoodjs/auth-auth0-setup',
'@redwoodjs/auth-custom-setup',
'@redwoodjs/auth-netlify-setup',
'@redwoodjs/auth-firebase-setup',
'@redwoodjs/azure-active-directory-setup',
'@redwoodjs/clerk-setup',
'@redwoodjs/dbauth-setup',
'@redwoodjs/auth-azure-active-directory-setup',
'@redwoodjs/auth-clerk-setup',
'@redwoodjs/auth=dbauth-setup',
'@redwoodjs/auth-supabase-setup',
'@redwoodjs/supertokens-setup',
'@redwoodjs/auth-supertokens-setup',
]) {
let commandModule

Expand Down

0 comments on commit e2937cd

Please sign in to comment.