Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
Bug 1449848 - output JSON as preformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Apr 3, 2018
1 parent 1647095 commit 6159341
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -546,11 +546,15 @@ var remoteAuthentication = function(options, entry) {
'',
'You have the scopes:',
'',
'```',
'{{scopes}}',
'```',
'',
'This request requires you to satisfy this scope expression:',
'',
'```',
'{{required}}',
'```',
].join('\n');
err.details = {
scopes: result.scopes,
Expand Down

0 comments on commit 6159341

Please sign in to comment.