Skip to content

Commit

Permalink
Merge pull request #898 from dwbuttler/remove-duplicate-user-info-stdout
Browse files Browse the repository at this point in the history
fix: remove duplicate profile name info sent to stdout
  • Loading branch information
shetzel authored Mar 11, 2024
2 parents 26da71d + 1ab4602 commit 2865f10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/org/display/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export class DisplayUserCommand extends SfCommand<DisplayUserResult> {
[
{ key: 'Username', label: result.username ?? 'unknown' },
{ key: 'Profile Name', label: result.profileName },
{ key: 'Profile Name', label: result.profileName },
{ key: 'Id', label: result.id },
{ key: 'Org Id', label: result.orgId },
...(result.accessToken ? [{ key: 'Access Token', label: result.accessToken }] : []),
Expand Down

0 comments on commit 2865f10

Please sign in to comment.