Skip to content

Commit

Permalink
tests(integration): deep-cover model integration in AuthorizeHandler …
Browse files Browse the repository at this point in the history
…tests
  • Loading branch information
jankapunkt committed Aug 22, 2023
1 parent fde0915 commit c0593ef
Show file tree
Hide file tree
Showing 2 changed files with 398 additions and 237 deletions.
1 change: 1 addition & 0 deletions lib/handlers/authorize-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ AuthorizeHandler.prototype.buildErrorRedirectUri = function(redirectUri, error)
error: error.name
};


if (error.message) {
uri.query.error_description = error.message;
}
Expand Down
Loading

0 comments on commit c0593ef

Please sign in to comment.