passwd-sso-cli 0.4.5 → 0.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -77,7 +77,7 @@ async function oauthLogin(serverUrl) {
77
77
  }
78
78
  async function manualTokenLogin(serverUrl) {
79
79
  output.info("Open your browser and go to the token page to generate a CLI token.");
80
- output.info(` ${serverUrl}/dashboard/settings`);
80
+ output.info(` ${serverUrl}/dashboard/settings/developer`);
81
81
  console.log();
82
82
  const token = await prompt("Paste your token: ");
83
83
  if (!token) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "passwd-sso-cli",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "CLI for passwd-sso password manager",
5
5
  "type": "module",
6
6
  "license": "MIT",