Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuss committed Jan 28, 2022
1 parent 84ad428 commit e9975c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ export class Action {
sdkOpts = response.sdkOptions;

if (response.attributes) {
info(`The following SAML attributes were sent:
${Object.entries(response.attributes).map(([k, v]) => ` - ${k}: ${v}`)}
info(`
SAML Attributes:
${Object.entries(response.attributes).map(([k, v]) => ` - ${k}: ${v}\n`)}
`);
}

Expand Down

0 comments on commit e9975c4

Please # to comment.