@rool-dev/extension 0.4.0-dev.dfa767d → 0.4.1-dev.4b63014
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/dev/host-shell.js
CHANGED
|
@@ -4567,7 +4567,7 @@ var BrowserAuthProvider = class {
|
|
|
4567
4567
|
this.redirectToAuth("signup", appName);
|
|
4568
4568
|
}
|
|
4569
4569
|
redirectToAuth(flow, appName) {
|
|
4570
|
-
const url = new URL(`${this.authBaseUrl}
|
|
4570
|
+
const url = new URL(`${this.authBaseUrl}/${flow}`);
|
|
4571
4571
|
const redirectTarget = window.location.origin + window.location.pathname + window.location.search;
|
|
4572
4572
|
url.searchParams.set("redirect_uri", redirectTarget);
|
|
4573
4573
|
url.searchParams.set("app_name", appName);
|