Skip to content

Commit a4ecfdf

Browse files
committed
fix: add commented out withAuth option to client
1 parent e81e302 commit a4ecfdf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

starters/basic-starter/lib/drupal.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ export const drupal = new NextDrupal(baseUrl, {
1010
// clientId,
1111
// clientSecret,
1212
// },
13+
// withAuth: true,
1314
// debug: true,
1415
})

starters/pages-starter/lib/drupal.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const drupal = new NextDrupalPages(baseUrl, {
1010
// clientId,
1111
// clientSecret,
1212
// },
13+
// withAuth: true,
1314
useDefaultEndpoints: true,
1415
// debug: true,
1516
})

0 commit comments

Comments
 (0)