emailr-cli 1.3.3 → 1.3.4
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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2125,7 +2125,7 @@ function openBrowser(url) {
|
|
|
2125
2125
|
|
|
2126
2126
|
// src/commands/login.ts
|
|
2127
2127
|
var DEFAULT_TIMEOUT_SECONDS = 120;
|
|
2128
|
-
var WEB_APP_BASE_URL = process.env.EMAILR_WEB_URL || "https://
|
|
2128
|
+
var WEB_APP_BASE_URL = process.env.EMAILR_WEB_URL || "https://app.emailr.dev";
|
|
2129
2129
|
function buildAuthorizationUrl(state, callbackPort) {
|
|
2130
2130
|
const callbackUrl = `http://127.0.0.1:${callbackPort}/callback`;
|
|
2131
2131
|
const params = new URLSearchParams({
|