Skip to content

Commit

Permalink
correct footers to correct repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
SiCoe committed Sep 27, 2023
1 parent 888a212 commit abc09fa
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 @@ -334,7 +334,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 @@ -382,7 +382,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 @@ -362,7 +362,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 @@ -410,7 +410,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 abc09fa

Please sign in to comment.