@sesamy/sesamy-js 1.125.0 → 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.
@@ -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), window.location.href = i.toString();
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.0";
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) {
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "registry": "https://registry.npmjs.org/",
7
7
  "tag": "latest"
8
8
  },
9
- "version": "1.125.0",
9
+ "version": "1.125.2",
10
10
  "main": "dist/sesamy-js.cjs",
11
11
  "module": "dist/sesamy-js.mjs",
12
12
  "types": "dist/sesamy-js.d.ts",