Skip to content

Commit

Permalink
Merge pull request #43 from iress/footer
Browse files Browse the repository at this point in the history
Correct footers to correct repository url
  • Loading branch information
SiCoe authored Sep 27, 2023
2 parents 60915a5 + d46dbbe commit 0d6d923
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions authn/openid.index.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ function unauthorized(error, error_description, error_uri, callback) {
</head>
<body>
<div class="cover"><h1>%error% <small>Error 401</small></h1><p class="lead">%error_description%</p><p>%error_uri%</p></div>
<footer><p><a href="https://github.com/widen/cloudfront-auth">cloudfront-auth</a></p></footer>
<footer><p><a href="https://github.com/iress/cloudfront-auth">cloudfront-auth</a></p></footer>
</body>
</html>`;

Expand Down Expand Up @@ -395,7 +395,7 @@ function internalServerError(callback) {
</head>
<body>
<div class="cover"><h1>Internal Server Error <small>Error 500</small></h1></div>
<footer><p><a href="https://github.com/widen/cloudfront-auth">cloudfront-auth</a></p></footer>
<footer><p><a href="https://github.com/iress/cloudfront-auth">cloudfront-auth</a></p></footer>
</body>
</html>`;

Expand Down
4 changes: 2 additions & 2 deletions authn/pkce.index.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ function unauthorized(error, error_description, error_uri, callback) {
</head>
<body>
<div class="cover"><h1>%error% <small>Error 401</small></h1><p class="lead">%error_description%</p><p>%error_uri%</p></div>
<footer><p><a href="https://github.com/widen/cloudfront-auth">cloudfront-auth</a></p></footer>
<footer><p><a href="https://github.com/iress/cloudfront-auth">cloudfront-auth</a></p></footer>
</body>
</html>`;

Expand Down Expand Up @@ -419,7 +419,7 @@ function internalServerError(callback) {
</head>
<body>
<div class="cover"><h1>Internal Server Error <small>Error 500</small></h1></div>
<footer><p><a href="https://github.com/widen/cloudfront-auth">cloudfront-auth</a></p></footer>
<footer><p><a href="https://github.com/iress/cloudfront-auth">cloudfront-auth</a></p></footer>
</body>
</html>`;

Expand Down

0 comments on commit 0d6d923

Please sign in to comment.