Skip to content

Commit c0593ef

Browse files
committed
tests(integration): deep-cover model integration in AuthorizeHandler tests
1 parent fde0915 commit c0593ef

File tree

2 files changed

+398
-237
lines changed

2 files changed

+398
-237
lines changed

lib/handlers/authorize-handler.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ AuthorizeHandler.prototype.buildErrorRedirectUri = function(redirectUri, error)
347347
error: error.name
348348
};
349349

350+
350351
if (error.message) {
351352
uri.query.error_description = error.message;
352353
}

0 commit comments

Comments
 (0)