@sesamy/sesamy-js 1.125.1 → 1.125.2
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/sesamy-js.cjs +2 -2
- package/dist/sesamy-js.iife.js +2 -2
- package/dist/sesamy-js.mjs +4 -2
- package/package.json +1 -1
package/dist/sesamy-js.mjs
CHANGED
|
@@ -2695,7 +2695,9 @@ function cr(e = {}) {
|
|
|
2695
2695
|
let a = e?.prompt;
|
|
2696
2696
|
a && i.searchParams.set("prompt", a);
|
|
2697
2697
|
let o = e?.ui_locales || Yn() || "en";
|
|
2698
|
-
o && i.searchParams.set("ui_locales", o)
|
|
2698
|
+
o && i.searchParams.set("ui_locales", o);
|
|
2699
|
+
let s = e?.authorizationParams, c = e?.login_hint ?? s?.login_hint;
|
|
2700
|
+
c && i.searchParams.set("login_hint", c), window.location.href = i.toString();
|
|
2699
2701
|
},
|
|
2700
2702
|
async loginWithRedirect(e) {
|
|
2701
2703
|
return d.login(e);
|
|
@@ -5441,7 +5443,7 @@ function Cc() {
|
|
|
5441
5443
|
}
|
|
5442
5444
|
//#endregion
|
|
5443
5445
|
//#region package.json
|
|
5444
|
-
var wc = "@sesamy/sesamy-js", Tc = "1.125.
|
|
5446
|
+
var wc = "@sesamy/sesamy-js", Tc = "1.125.2";
|
|
5445
5447
|
//#endregion
|
|
5446
5448
|
//#region src/services/analytics/listeners/route.ts
|
|
5447
5449
|
function Ec(e) {
|