From 6f5d2829b0648cd151152e1d143a2f605a151368 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 25 Nov 2024 11:40:08 +1000 Subject: [PATCH] Update modules/ROOT/pages/export-to-pdf-with-jwt-authentication-nodejs.adoc --- .../pages/export-to-pdf-with-jwt-authentication-nodejs.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/export-to-pdf-with-jwt-authentication-nodejs.adoc b/modules/ROOT/pages/export-to-pdf-with-jwt-authentication-nodejs.adoc index a75a39cd97..c2c44d254c 100644 --- a/modules/ROOT/pages/export-to-pdf-with-jwt-authentication-nodejs.adoc +++ b/modules/ROOT/pages/export-to-pdf-with-jwt-authentication-nodejs.adoc @@ -118,7 +118,7 @@ Your project should look like this: exportpdf_service_url: "", // export_token_provider fetches a token from the `/jwt` endpoint. - export_token_provider: () => { + exportpdf_token_provider: () => { return fetch('http://localhost:3000/jwt', { method: 'POST', headers: { 'Content-Type': 'application/json' },