From abc09fa449c42524cca6a7ad69a1db2996b47ccc Mon Sep 17 00:00:00 2001 From: Simon Coe Date: Wed, 27 Sep 2023 09:28:15 +0000 Subject: [PATCH] correct footers to correct repository url --- authn/openid.index.js | 4 ++-- authn/pkce.index.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/authn/openid.index.js b/authn/openid.index.js index 8a5d5a0..c944e13 100644 --- a/authn/openid.index.js +++ b/authn/openid.index.js @@ -334,7 +334,7 @@ function unauthorized(error, error_description, error_uri, callback) {

%error% Error 401

%error_description%

%error_uri%

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

Internal Server Error Error 500

- + `; diff --git a/authn/pkce.index.js b/authn/pkce.index.js index 241827b..52939a1 100755 --- a/authn/pkce.index.js +++ b/authn/pkce.index.js @@ -362,7 +362,7 @@ function unauthorized(error, error_description, error_uri, callback) {

%error% Error 401

%error_description%

%error_uri%

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

Internal Server Error Error 500

- + `;