Skip to content

Commit

Permalink
fix: add commented out withAuth option to client
Browse files Browse the repository at this point in the history
  • Loading branch information
backlineint committed Feb 6, 2025
1 parent e81e302 commit a4ecfdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions starters/basic-starter/lib/drupal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ export const drupal = new NextDrupal(baseUrl, {
// clientId,
// clientSecret,
// },
// withAuth: true,
// debug: true,
})
1 change: 1 addition & 0 deletions starters/pages-starter/lib/drupal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const drupal = new NextDrupalPages(baseUrl, {
// clientId,
// clientSecret,
// },
// withAuth: true,
useDefaultEndpoints: true,
// debug: true,
})

0 comments on commit a4ecfdf

Please sign in to comment.