diff --git a/authn/openid.index.js b/authn/openid.index.js index b1a23c4..6223662 100644 --- a/authn/openid.index.js +++ b/authn/openid.index.js @@ -345,7 +345,7 @@ function unauthorized(error, error_description, error_uri, callback) {

%error% Error 401

%error_description%

%error_uri%

- + `; @@ -395,7 +395,7 @@ function internalServerError(callback) {

Internal Server Error Error 500

- + `; diff --git a/authn/pkce.index.js b/authn/pkce.index.js index 9bc001b..0c4c0e4 100755 --- a/authn/pkce.index.js +++ b/authn/pkce.index.js @@ -369,7 +369,7 @@ function unauthorized(error, error_description, error_uri, callback) {

%error% Error 401

%error_description%

%error_uri%

- + `; @@ -419,7 +419,7 @@ function internalServerError(callback) {

Internal Server Error Error 500

- + `;