Skip to content

Commit

Permalink
Fixes failing token flow tests due to error object not being set
Browse files Browse the repository at this point in the history
  • Loading branch information
vijetmahabaleshwar-okta authored and shuowu committed Apr 20, 2020
1 parent f885f2d commit dc3ccc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app/src/testApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ Object.assign(TestApp.prototype, {
${ tokensHTML({idToken, accessToken})}
`;
}

// Unauthenticated user, Login page
return `
<strong>Greetings, unknown user!</strong>
Expand Down

0 comments on commit dc3ccc0

Please sign in to comment.