Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit f958146

Browse files
fix(org): remove redundant authUrl
1 parent 2a664e5 commit f958146

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/sfpowerscripts-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dxatscale/sfpowerscripts",
33
"description": "DX@Scale Toolkit",
4-
"version": "25.1.4",
4+
"version": "25.1.5",
55
"license": "MIT",
66
"author": "dxatscale",
77
"release": "December 23",

packages/sfpowerscripts-cli/src/ui/OrgInfoDisplayer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ export default class OrgInfoDisplayer {
8888
tableData.table.body.push([`Login URL`, scratchOrg.loginURL]);
8989
tableData.table.body.push([`Username`, scratchOrg.username]);
9090
tableData.table.body.push([`Password`, scratchOrg.password]);
91-
tableData.table.body.push([`Auth URL`, scratchOrg.sfdxAuthUrl]);
9291
tableData.table.body.push([`Expiry`, scratchOrg.expiryDate]);
9392
fileOutputHandler.appendOutput(pathToMarkDownFile, `\n\n${getMarkdownTable(tableData)}`);
9493

0 commit comments

Comments
 (0)