Skip to content

Commit 4b65667

Browse files
Update modules/ROOT/pages/export-to-pdf-with-jwt-authentication-with-PHP.adoc
Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 426b627 commit 4b65667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/export-to-pdf-with-jwt-authentication-with-PHP.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ include::partial$auth/document-converters/php/initial-project-setup.adoc[]
3535
'margin_bottom': '1in',
3636
'margin_left': '1in'
3737
},
38-
// export_token_provider fetches a token from the `/jwt.php` endpoint.
38+
// exportpdf_token_provider fetches a token from the `/jwt.php` endpoint.
3939
exportpdf_token_provider: () => {
4040
return fetch('http://localhost:3000/jwt.php', {
4141
method: 'POST',

0 commit comments

Comments
 (0)