authhero 0.129.0 → 0.131.0
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/authhero.cjs +8 -8
- package/dist/authhero.mjs +90 -89
- package/package.json +1 -1
package/dist/authhero.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Am = Object.defineProperty;
|
|
2
2
|
var Em = (t, e, n) => e in t ? Am(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
|
|
3
3
|
var ne = (t, e, n) => Em(t, typeof e != "symbol" ? e + "" : e, n);
|
|
4
|
-
import { z as c, OpenAPIHono as
|
|
4
|
+
import { z as c, OpenAPIHono as ae, createRoute as M } from "@hono/zod-openapi";
|
|
5
5
|
const re = (t) => typeof t == "string", Or = () => {
|
|
6
6
|
let t, e;
|
|
7
7
|
const n = new Promise((r, i) => {
|
|
@@ -372,10 +372,10 @@ class us extends no {
|
|
|
372
372
|
return i ? (f.res = U, f.usedParams = this.getUsedParamsDetails(n), f) : U;
|
|
373
373
|
}
|
|
374
374
|
if (s) {
|
|
375
|
-
const U = Array.isArray(m), Q = U ? [] : {},
|
|
375
|
+
const U = Array.isArray(m), Q = U ? [] : {}, ce = U ? h : w;
|
|
376
376
|
for (const de in m)
|
|
377
377
|
if (Object.prototype.hasOwnProperty.call(m, de)) {
|
|
378
|
-
const Ae = `${
|
|
378
|
+
const Ae = `${ce}${s}${de}`;
|
|
379
379
|
Q[de] = this.translate(Ae, {
|
|
380
380
|
...n,
|
|
381
381
|
joinArrays: !1,
|
|
@@ -388,9 +388,9 @@ class us extends no {
|
|
|
388
388
|
m = m.join(k), m && (m = this.extendTranslation(m, e, n, r));
|
|
389
389
|
else {
|
|
390
390
|
let U = !1, Q = !1;
|
|
391
|
-
const
|
|
391
|
+
const ce = n.count !== void 0 && !re(n.count), de = us.hasDefaultValue(n), Ae = ce ? this.pluralResolver.getSuffix(l, n.count, n) : "", Ce = n.ordinal && ce ? this.pluralResolver.getSuffix(l, n.count, {
|
|
392
392
|
ordinal: !1
|
|
393
|
-
}) : "", Pe =
|
|
393
|
+
}) : "", Pe = ce && !n.ordinal && n.count === 0, j = Pe && n[`defaultValue${this.options.pluralSeparator}zero`] || n[`defaultValue${Ae}`] || n[`defaultValue${Ce}`] || n.defaultValue;
|
|
394
394
|
!this.isValidLookup(m) && de && (U = !0, m = j), this.isValidLookup(m) || (Q = !0, m = o);
|
|
395
395
|
const A = (n.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && Q ? void 0 : m, x = de && j !== m && this.options.updateMissing;
|
|
396
396
|
if (Q || U || x) {
|
|
@@ -412,7 +412,7 @@ class us extends no {
|
|
|
412
412
|
const fe = de && oe !== m ? oe : A;
|
|
413
413
|
this.options.missingKeyHandler ? this.options.missingKeyHandler(ee, d, J, fe, x, n) : (H = this.backendConnector) != null && H.saveMissing && this.backendConnector.saveMissing(ee, d, J, fe, x, n), this.emit("missingKey", ee, d, J, m);
|
|
414
414
|
};
|
|
415
|
-
this.options.saveMissing && (this.options.saveMissingPlurals &&
|
|
415
|
+
this.options.saveMissing && (this.options.saveMissingPlurals && ce ? $.forEach((ee) => {
|
|
416
416
|
const J = this.pluralResolver.getSuffixes(ee, n);
|
|
417
417
|
Pe && n[`defaultValue${this.options.pluralSeparator}zero`] && J.indexOf(`${this.options.pluralSeparator}zero`) < 0 && J.push(`${this.options.pluralSeparator}zero`), J.forEach((oe) => {
|
|
418
418
|
F([ee], o + oe, n[`defaultValue${oe}`] || j);
|
|
@@ -482,11 +482,11 @@ class us extends no {
|
|
|
482
482
|
f.forEach((v) => {
|
|
483
483
|
var k, N;
|
|
484
484
|
this.isValidLookup(r) || (a = v, !su[`${_[0]}-${v}`] && ((k = this.utils) != null && k.hasLoadedNamespace) && !((N = this.utils) != null && N.hasLoadedNamespace(a)) && (su[`${_[0]}-${v}`] = !0, this.logger.warn(`key "${i}" for languages "${_.join(", ")}" won't get resolved as namespace "${a}" was not yet loaded`, "This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")), _.forEach((O) => {
|
|
485
|
-
var
|
|
485
|
+
var ce;
|
|
486
486
|
if (this.isValidLookup(r)) return;
|
|
487
487
|
o = O;
|
|
488
488
|
const U = [u];
|
|
489
|
-
if ((
|
|
489
|
+
if ((ce = this.i18nFormat) != null && ce.addLookupKeys)
|
|
490
490
|
this.i18nFormat.addLookupKeys(U, u, O, v, n);
|
|
491
491
|
else {
|
|
492
492
|
let de;
|
|
@@ -2062,7 +2062,7 @@ function ST(t) {
|
|
|
2062
2062
|
throw new Error(`Invalid user_id: ${t}`);
|
|
2063
2063
|
return { connection: e, id: n };
|
|
2064
2064
|
}
|
|
2065
|
-
const h1 = new
|
|
2065
|
+
const h1 = new ae().openapi(
|
|
2066
2066
|
M({
|
|
2067
2067
|
tags: ["branding"],
|
|
2068
2068
|
method: "get",
|
|
@@ -3595,14 +3595,14 @@ const _1 = {}, y1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
3595
3595
|
var $, P = j[I], F = j[I + 1];
|
|
3596
3596
|
return P ^= A[0], $ = x[P >>> 24], $ += x[256 | P >> 16 & 255], $ ^= x[512 | P >> 8 & 255], $ += x[768 | P & 255], F ^= $ ^ A[1], $ = x[F >>> 24], $ += x[256 | F >> 16 & 255], $ ^= x[512 | F >> 8 & 255], $ += x[768 | F & 255], P ^= $ ^ A[2], $ = x[P >>> 24], $ += x[256 | P >> 16 & 255], $ ^= x[512 | P >> 8 & 255], $ += x[768 | P & 255], F ^= $ ^ A[3], $ = x[F >>> 24], $ += x[256 | F >> 16 & 255], $ ^= x[512 | F >> 8 & 255], $ += x[768 | F & 255], P ^= $ ^ A[4], $ = x[P >>> 24], $ += x[256 | P >> 16 & 255], $ ^= x[512 | P >> 8 & 255], $ += x[768 | P & 255], F ^= $ ^ A[5], $ = x[F >>> 24], $ += x[256 | F >> 16 & 255], $ ^= x[512 | F >> 8 & 255], $ += x[768 | F & 255], P ^= $ ^ A[6], $ = x[P >>> 24], $ += x[256 | P >> 16 & 255], $ ^= x[512 | P >> 8 & 255], $ += x[768 | P & 255], F ^= $ ^ A[7], $ = x[F >>> 24], $ += x[256 | F >> 16 & 255], $ ^= x[512 | F >> 8 & 255], $ += x[768 | F & 255], P ^= $ ^ A[8], $ = x[P >>> 24], $ += x[256 | P >> 16 & 255], $ ^= x[512 | P >> 8 & 255], $ += x[768 | P & 255], F ^= $ ^ A[9], $ = x[F >>> 24], $ += x[256 | F >> 16 & 255], $ ^= x[512 | F >> 8 & 255], $ += x[768 | F & 255], P ^= $ ^ A[10], $ = x[P >>> 24], $ += x[256 | P >> 16 & 255], $ ^= x[512 | P >> 8 & 255], $ += x[768 | P & 255], F ^= $ ^ A[11], $ = x[F >>> 24], $ += x[256 | F >> 16 & 255], $ ^= x[512 | F >> 8 & 255], $ += x[768 | F & 255], P ^= $ ^ A[12], $ = x[P >>> 24], $ += x[256 | P >> 16 & 255], $ ^= x[512 | P >> 8 & 255], $ += x[768 | P & 255], F ^= $ ^ A[13], $ = x[F >>> 24], $ += x[256 | F >> 16 & 255], $ ^= x[512 | F >> 8 & 255], $ += x[768 | F & 255], P ^= $ ^ A[14], $ = x[P >>> 24], $ += x[256 | P >> 16 & 255], $ ^= x[512 | P >> 8 & 255], $ += x[768 | P & 255], F ^= $ ^ A[15], $ = x[F >>> 24], $ += x[256 | F >> 16 & 255], $ ^= x[512 | F >> 8 & 255], $ += x[768 | F & 255], P ^= $ ^ A[16], j[I] = F ^ A[v + 1], j[I + 1] = P, j;
|
|
3597
3597
|
}
|
|
3598
|
-
function
|
|
3598
|
+
function ce(j, I) {
|
|
3599
3599
|
for (var A = 0, x = 0; A < 4; ++A)
|
|
3600
3600
|
x = x << 8 | j[I] & 255, I = (I + 1) % j.length;
|
|
3601
3601
|
return { key: x, offp: I };
|
|
3602
3602
|
}
|
|
3603
3603
|
function de(j, I, A) {
|
|
3604
3604
|
for (var x = 0, $ = [0, 0], P = I.length, F = A.length, ee, J = 0; J < P; J++)
|
|
3605
|
-
ee =
|
|
3605
|
+
ee = ce(j, x), x = ee.offp, I[J] = I[J] ^ ee.key;
|
|
3606
3606
|
for (J = 0; J < P; J += 2)
|
|
3607
3607
|
$ = Q($, 0, I, A), I[J] = $[0], I[J + 1] = $[1];
|
|
3608
3608
|
for (J = 0; J < F; J += 2)
|
|
@@ -3610,11 +3610,11 @@ const _1 = {}, y1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
3610
3610
|
}
|
|
3611
3611
|
function Ae(j, I, A, x) {
|
|
3612
3612
|
for (var $ = 0, P = [0, 0], F = A.length, ee = x.length, J, oe = 0; oe < F; oe++)
|
|
3613
|
-
J =
|
|
3613
|
+
J = ce(I, $), $ = J.offp, A[oe] = A[oe] ^ J.key;
|
|
3614
3614
|
for ($ = 0, oe = 0; oe < F; oe += 2)
|
|
3615
|
-
J =
|
|
3615
|
+
J = ce(j, $), $ = J.offp, P[0] ^= J.key, J = ce(j, $), $ = J.offp, P[1] ^= J.key, P = Q(P, 0, A, x), A[oe] = P[0], A[oe + 1] = P[1];
|
|
3616
3616
|
for (oe = 0; oe < ee; oe += 2)
|
|
3617
|
-
J =
|
|
3617
|
+
J = ce(j, $), $ = J.offp, P[0] ^= J.key, J = ce(j, $), $ = J.offp, P[1] ^= J.key, P = Q(P, 0, A, x), x[oe] = P[0], x[oe + 1] = P[1];
|
|
3618
3618
|
}
|
|
3619
3619
|
function Ce(j, I, A, x, $) {
|
|
3620
3620
|
var P = U.slice(), F = P.length, ee;
|
|
@@ -6123,7 +6123,7 @@ const ku = Fn.extend({
|
|
|
6123
6123
|
users: c.array(Rt)
|
|
6124
6124
|
}), $y = Fn.extend({
|
|
6125
6125
|
sessions: c.array(xd)
|
|
6126
|
-
}), xy = new
|
|
6126
|
+
}), xy = new ae().openapi(
|
|
6127
6127
|
M({
|
|
6128
6128
|
tags: ["users"],
|
|
6129
6129
|
method: "get",
|
|
@@ -6682,12 +6682,12 @@ var Su;
|
|
|
6682
6682
|
return H(T) || (T = kt(T)), x(S, E, T);
|
|
6683
6683
|
}
|
|
6684
6684
|
e("hasMetadata", Q);
|
|
6685
|
-
function
|
|
6685
|
+
function ce(S, E, T) {
|
|
6686
6686
|
if (!me(E))
|
|
6687
6687
|
throw new TypeError();
|
|
6688
6688
|
return H(T) || (T = kt(T)), $(S, E, T);
|
|
6689
6689
|
}
|
|
6690
|
-
e("hasOwnMetadata",
|
|
6690
|
+
e("hasOwnMetadata", ce);
|
|
6691
6691
|
function de(S, E, T) {
|
|
6692
6692
|
if (!me(E))
|
|
6693
6693
|
throw new TypeError();
|
|
@@ -10476,10 +10476,10 @@ var Ph = { exports: {} };
|
|
|
10476
10476
|
for (U = _ - v, O = ":"; U--; )
|
|
10477
10477
|
O += "0:";
|
|
10478
10478
|
return h = h.replace("::", O), h[0] === ":" && (h = h.slice(1)), h[h.length - 1] === ":" && (h = h.slice(0, -1)), _ = function() {
|
|
10479
|
-
const Q = h.split(":"),
|
|
10479
|
+
const Q = h.split(":"), ce = [];
|
|
10480
10480
|
for (let de = 0; de < Q.length; de++)
|
|
10481
|
-
|
|
10482
|
-
return
|
|
10481
|
+
ce.push(parseInt(Q[de], 16));
|
|
10482
|
+
return ce;
|
|
10483
10483
|
}(), {
|
|
10484
10484
|
parts: _,
|
|
10485
10485
|
zoneId: N
|
|
@@ -15672,7 +15672,7 @@ async function ww(t) {
|
|
|
15672
15672
|
const e = await t.publicKey.export(), n = await crypto.subtle.exportKey("jwk", e), r = JSON.stringify(n, Object.keys(n).sort()), s = new TextEncoder().encode(r);
|
|
15673
15673
|
return Va(await g0(s));
|
|
15674
15674
|
}
|
|
15675
|
-
const vw = 1e3 * 60 * 60 * 24, bw = new
|
|
15675
|
+
const vw = 1e3 * 60 * 60 * 24, bw = new ae().openapi(
|
|
15676
15676
|
M({
|
|
15677
15677
|
tags: ["keys"],
|
|
15678
15678
|
method: "get",
|
|
@@ -15804,7 +15804,7 @@ const vw = 1e3 * 60 * 60 * 24, bw = new ce().openapi(
|
|
|
15804
15804
|
});
|
|
15805
15805
|
return await t.env.data.keys.create(r), t.text("OK");
|
|
15806
15806
|
}
|
|
15807
|
-
), $w = new
|
|
15807
|
+
), $w = new ae().openapi(
|
|
15808
15808
|
M({
|
|
15809
15809
|
tags: ["users"],
|
|
15810
15810
|
method: "get",
|
|
@@ -15839,7 +15839,7 @@ const vw = 1e3 * 60 * 60 * 24, bw = new ce().openapi(
|
|
|
15839
15839
|
}
|
|
15840
15840
|
), xw = Fn.extend({
|
|
15841
15841
|
clients: c.array(Zn)
|
|
15842
|
-
}), kw = new
|
|
15842
|
+
}), kw = new ae().openapi(
|
|
15843
15843
|
M({
|
|
15844
15844
|
tags: ["clients"],
|
|
15845
15845
|
method: "get",
|
|
@@ -16057,7 +16057,7 @@ bd.extend({
|
|
|
16057
16057
|
}).catchall(c.any());
|
|
16058
16058
|
const Sw = Fn.extend({
|
|
16059
16059
|
tenants: c.array(Dr)
|
|
16060
|
-
}), Aw = new
|
|
16060
|
+
}), Aw = new ae().openapi(
|
|
16061
16061
|
M({
|
|
16062
16062
|
tags: ["tenants"],
|
|
16063
16063
|
method: "get",
|
|
@@ -16216,7 +16216,7 @@ const Sw = Fn.extend({
|
|
|
16216
16216
|
}
|
|
16217
16217
|
), Ew = Fn.extend({
|
|
16218
16218
|
logs: c.array(Fa)
|
|
16219
|
-
}), Nw = new
|
|
16219
|
+
}), Nw = new ae().openapi(
|
|
16220
16220
|
M({
|
|
16221
16221
|
tags: ["logs"],
|
|
16222
16222
|
method: "get",
|
|
@@ -16290,7 +16290,7 @@ const Sw = Fn.extend({
|
|
|
16290
16290
|
}
|
|
16291
16291
|
), Cw = Fn.extend({
|
|
16292
16292
|
hooks: c.array(Ur)
|
|
16293
|
-
}), Iw = new
|
|
16293
|
+
}), Iw = new ae().openapi(
|
|
16294
16294
|
M({
|
|
16295
16295
|
tags: ["hooks"],
|
|
16296
16296
|
method: "get",
|
|
@@ -16481,7 +16481,7 @@ const Sw = Fn.extend({
|
|
|
16481
16481
|
}
|
|
16482
16482
|
), Ow = Fn.extend({
|
|
16483
16483
|
connections: c.array(vn)
|
|
16484
|
-
}), jw = new
|
|
16484
|
+
}), jw = new ae().openapi(
|
|
16485
16485
|
M({
|
|
16486
16486
|
tags: ["connections"],
|
|
16487
16487
|
method: "get",
|
|
@@ -16680,7 +16680,7 @@ const Sw = Fn.extend({
|
|
|
16680
16680
|
const { "tenant-id": e } = t.req.valid("header"), n = t.req.valid("json"), r = await t.env.data.connections.create(e, n);
|
|
16681
16681
|
return t.json(r, { status: 201 });
|
|
16682
16682
|
}
|
|
16683
|
-
), Pw = new
|
|
16683
|
+
), Pw = new ae().openapi(
|
|
16684
16684
|
M({
|
|
16685
16685
|
tags: ["prompts"],
|
|
16686
16686
|
method: "get",
|
|
@@ -16836,7 +16836,7 @@ function $g(t) {
|
|
|
16836
16836
|
return await n();
|
|
16837
16837
|
};
|
|
16838
16838
|
}
|
|
16839
|
-
const Lw = new
|
|
16839
|
+
const Lw = new ae().openapi(
|
|
16840
16840
|
M({
|
|
16841
16841
|
tags: ["emails"],
|
|
16842
16842
|
method: "get",
|
|
@@ -16932,7 +16932,7 @@ const Lw = new ce().openapi(
|
|
|
16932
16932
|
const { "tenant-id": e } = t.req.valid("header"), n = t.req.valid("json");
|
|
16933
16933
|
return await t.env.data.emailProviders.update(e, n), t.text("OK");
|
|
16934
16934
|
}
|
|
16935
|
-
), Uw = new
|
|
16935
|
+
), Uw = new ae().openapi(
|
|
16936
16936
|
M({
|
|
16937
16937
|
tags: ["sessions"],
|
|
16938
16938
|
method: "get",
|
|
@@ -17033,7 +17033,7 @@ const Lw = new ce().openapi(
|
|
|
17033
17033
|
});
|
|
17034
17034
|
return t.text("Session deletion request accepted.", { status: 202 });
|
|
17035
17035
|
}
|
|
17036
|
-
), Mw = new
|
|
17036
|
+
), Mw = new ae().openapi(
|
|
17037
17037
|
M({
|
|
17038
17038
|
tags: ["refresh_tokens"],
|
|
17039
17039
|
method: "get",
|
|
@@ -17100,7 +17100,7 @@ const Lw = new ce().openapi(
|
|
|
17100
17100
|
});
|
|
17101
17101
|
return t.text("OK");
|
|
17102
17102
|
}
|
|
17103
|
-
), Fw = new
|
|
17103
|
+
), Fw = new ae().openapi(
|
|
17104
17104
|
M({
|
|
17105
17105
|
tags: ["custom-domains"],
|
|
17106
17106
|
method: "get",
|
|
@@ -17444,9 +17444,9 @@ function xl(t, e) {
|
|
|
17444
17444
|
await Promise.resolve(n.delete(Ce));
|
|
17445
17445
|
return await v.apply(m, U);
|
|
17446
17446
|
}
|
|
17447
|
-
const Q = Vw(f, _, U),
|
|
17448
|
-
if (
|
|
17449
|
-
return
|
|
17447
|
+
const Q = Vw(f, _, U), ce = await Promise.resolve(n.get(Q));
|
|
17448
|
+
if (ce !== void 0)
|
|
17449
|
+
return ce;
|
|
17450
17450
|
const de = await v.apply(m, U);
|
|
17451
17451
|
if (await n.set(Q, de, N), o > 0) {
|
|
17452
17452
|
const Ae = await Promise.resolve(n.getKeysByPrefix(""));
|
|
@@ -17465,7 +17465,7 @@ function xl(t, e) {
|
|
|
17465
17465
|
return u;
|
|
17466
17466
|
}
|
|
17467
17467
|
function Dw(t) {
|
|
17468
|
-
const e = new
|
|
17468
|
+
const e = new ae();
|
|
17469
17469
|
e.use(
|
|
17470
17470
|
s0({
|
|
17471
17471
|
origin: (r) => {
|
|
@@ -18636,7 +18636,7 @@ async function uf(t, e, n, r, i, s) {
|
|
|
18636
18636
|
`${lt(t.env)}login/identifier?state=${a.id}&error=${n}`
|
|
18637
18637
|
);
|
|
18638
18638
|
}
|
|
18639
|
-
const Av = new
|
|
18639
|
+
const Av = new ae().openapi(
|
|
18640
18640
|
M({
|
|
18641
18641
|
tags: ["oauth2"],
|
|
18642
18642
|
method: "get",
|
|
@@ -18772,7 +18772,7 @@ function Ev(t, e, n) {
|
|
|
18772
18772
|
}
|
|
18773
18773
|
return t.hostname === e.hostname;
|
|
18774
18774
|
}
|
|
18775
|
-
const Nv = new
|
|
18775
|
+
const Nv = new ae().openapi(
|
|
18776
18776
|
M({
|
|
18777
18777
|
tags: ["oauth2"],
|
|
18778
18778
|
method: "get",
|
|
@@ -18869,7 +18869,7 @@ const Nv = new ce().openapi(
|
|
|
18869
18869
|
family_name: c.string().optional(),
|
|
18870
18870
|
given_name: c.string().optional(),
|
|
18871
18871
|
email_verified: c.boolean()
|
|
18872
|
-
}), Cv = new
|
|
18872
|
+
}), Cv = new ae().openapi(
|
|
18873
18873
|
M({
|
|
18874
18874
|
tags: ["oauth2"],
|
|
18875
18875
|
method: "get",
|
|
@@ -18904,7 +18904,7 @@ const Nv = new ce().openapi(
|
|
|
18904
18904
|
});
|
|
18905
18905
|
return t.json(pf.parse({ ...e, sub: e.user_id }));
|
|
18906
18906
|
}
|
|
18907
|
-
), Iv = new
|
|
18907
|
+
), Iv = new ae().openapi(
|
|
18908
18908
|
M({
|
|
18909
18909
|
tags: ["well known"],
|
|
18910
18910
|
method: "get",
|
|
@@ -20958,7 +20958,7 @@ function Db(t) {
|
|
|
20958
20958
|
}
|
|
20959
20959
|
return {};
|
|
20960
20960
|
}
|
|
20961
|
-
const zb = new
|
|
20961
|
+
const zb = new ae().openapi(
|
|
20962
20962
|
M({
|
|
20963
20963
|
tags: ["oauth2"],
|
|
20964
20964
|
method: "post",
|
|
@@ -21302,7 +21302,7 @@ async function Hb(t, e, n, r) {
|
|
|
21302
21302
|
}
|
|
21303
21303
|
});
|
|
21304
21304
|
}
|
|
21305
|
-
const Kb = new
|
|
21305
|
+
const Kb = new ae().openapi(
|
|
21306
21306
|
M({
|
|
21307
21307
|
tags: ["dbconnections"],
|
|
21308
21308
|
method: "post",
|
|
@@ -21452,7 +21452,7 @@ function Mn() {
|
|
|
21452
21452
|
e += t[Math.floor(Math.random() * 10)];
|
|
21453
21453
|
return e.toString();
|
|
21454
21454
|
}
|
|
21455
|
-
const Gb = new
|
|
21455
|
+
const Gb = new ae().openapi(
|
|
21456
21456
|
M({
|
|
21457
21457
|
tags: ["passwordless"],
|
|
21458
21458
|
method: "post",
|
|
@@ -21710,7 +21710,7 @@ async function Wb(t, e, n, r) {
|
|
|
21710
21710
|
});
|
|
21711
21711
|
await Hg(t, n, a.code_id, r);
|
|
21712
21712
|
}
|
|
21713
|
-
const Jb = new
|
|
21713
|
+
const Jb = new ae().openapi(
|
|
21714
21714
|
M({
|
|
21715
21715
|
tags: ["oauth"],
|
|
21716
21716
|
method: "post",
|
|
@@ -21986,17 +21986,17 @@ async function e$({
|
|
|
21986
21986
|
response_type: u
|
|
21987
21987
|
}) {
|
|
21988
21988
|
const { env: f } = t, m = new URL(r), w = `${m.protocol}//${m.host}`;
|
|
21989
|
-
async function h(
|
|
21989
|
+
async function h(ce = "Login required") {
|
|
21990
21990
|
const de = be(t, {
|
|
21991
21991
|
type: ye.FAILED_SILENT_AUTH,
|
|
21992
|
-
description:
|
|
21992
|
+
description: ce
|
|
21993
21993
|
});
|
|
21994
21994
|
return await t.env.data.logs.create(e.tenant.id, de), t.html(
|
|
21995
21995
|
Lf(
|
|
21996
21996
|
w,
|
|
21997
21997
|
JSON.stringify({
|
|
21998
21998
|
error: "login_required",
|
|
21999
|
-
error_description:
|
|
21999
|
+
error_description: ce,
|
|
22000
22000
|
state: i
|
|
22001
22001
|
})
|
|
22002
22002
|
)
|
|
@@ -22052,7 +22052,7 @@ async function e$({
|
|
|
22052
22052
|
headers: U
|
|
22053
22053
|
});
|
|
22054
22054
|
}
|
|
22055
|
-
const t$ = new
|
|
22055
|
+
const t$ = new ae().openapi(
|
|
22056
22056
|
M({
|
|
22057
22057
|
tags: ["oauth"],
|
|
22058
22058
|
method: "get",
|
|
@@ -22119,7 +22119,7 @@ const t$ = new ce().openapi(
|
|
|
22119
22119
|
t.set("log", "authorize");
|
|
22120
22120
|
const Q = await Bi(e, n);
|
|
22121
22121
|
t.set("client_id", Q.id), t.set("tenant_id", Q.tenant.id);
|
|
22122
|
-
const
|
|
22122
|
+
const ce = {
|
|
22123
22123
|
redirect_uri: i,
|
|
22124
22124
|
scope: s,
|
|
22125
22125
|
state: o,
|
|
@@ -22140,11 +22140,11 @@ const t$ = new ce().openapi(
|
|
|
22140
22140
|
throw new C(403, {
|
|
22141
22141
|
message: `Origin ${de} not allowed`
|
|
22142
22142
|
});
|
|
22143
|
-
if (
|
|
22143
|
+
if (ce.redirect_uri && !jg(ce.redirect_uri, Q.callbacks || [], {
|
|
22144
22144
|
allowPathWildcards: !0
|
|
22145
22145
|
}))
|
|
22146
22146
|
throw new C(400, {
|
|
22147
|
-
message: `Invalid redirect URI - ${
|
|
22147
|
+
message: `Invalid redirect URI - ${ce.redirect_uri}`
|
|
22148
22148
|
});
|
|
22149
22149
|
const Ae = hs(
|
|
22150
22150
|
Q.tenant.id,
|
|
@@ -22169,17 +22169,17 @@ const t$ = new ce().openapi(
|
|
|
22169
22169
|
scope: s
|
|
22170
22170
|
});
|
|
22171
22171
|
}
|
|
22172
|
-
return l && l !== "email" ? Sv(t, Q, l,
|
|
22172
|
+
return l && l !== "email" ? Sv(t, Q, l, ce) : _ ? Qb(
|
|
22173
22173
|
t,
|
|
22174
22174
|
Q.tenant.id,
|
|
22175
22175
|
_,
|
|
22176
|
-
|
|
22176
|
+
ce,
|
|
22177
22177
|
v
|
|
22178
22178
|
) : Xb({
|
|
22179
22179
|
ctx: t,
|
|
22180
22180
|
client: Q,
|
|
22181
22181
|
auth0Client: k,
|
|
22182
|
-
authParams:
|
|
22182
|
+
authParams: ce,
|
|
22183
22183
|
session: Pe || void 0,
|
|
22184
22184
|
connection: l,
|
|
22185
22185
|
login_hint: N
|
|
@@ -22187,7 +22187,7 @@ const t$ = new ce().openapi(
|
|
|
22187
22187
|
}
|
|
22188
22188
|
);
|
|
22189
22189
|
function n$(t) {
|
|
22190
|
-
const e = new
|
|
22190
|
+
const e = new ae();
|
|
22191
22191
|
e.use(async (r, i) => {
|
|
22192
22192
|
const s = ao(r, t.dataAdapter), o = xl(s, {
|
|
22193
22193
|
defaultTtl: 3e5,
|
|
@@ -23100,18 +23100,19 @@ const N$ = (t) => {
|
|
|
23100
23100
|
email: r,
|
|
23101
23101
|
client: i
|
|
23102
23102
|
}) => {
|
|
23103
|
-
const s = i.connections.map(({ strategy:
|
|
23104
|
-
let h = "text", _ = "username"
|
|
23105
|
-
|
|
23106
|
-
|
|
23103
|
+
const s = i.connections.map(({ strategy: O }) => O), o = s.includes("email") || s.includes("Username-Password-Authentication"), a = s.includes("sms"), d = s.includes("facebook"), l = s.includes("google-oauth2"), u = s.includes("apple"), f = s.includes("vipps"), m = d || l || u || f, w = o || a;
|
|
23104
|
+
let h = "text", _ = "username";
|
|
23105
|
+
const v = o && a ? "email_or_phone_placeholder" : o ? "email_placeholder" : "phone_placeholder";
|
|
23106
|
+
let k = B.t(
|
|
23107
|
+
v,
|
|
23108
|
+
o && a ? "Email or Phone Number" : o ? "Email Address" : "Phone Number"
|
|
23107
23109
|
);
|
|
23108
|
-
const k = "login_description_template", Q = o && a ? "auth_method_email_or_phone" : o ? "auth_method_email" : "auth_method_phone";
|
|
23109
23110
|
return /* @__PURE__ */ y(Ge, { title: B.t("welcome"), vendorSettings: e, children: [
|
|
23110
23111
|
/* @__PURE__ */ y("div", { className: "mb-4 text-lg font-medium sm:text-2xl", children: B.t("welcome") }),
|
|
23111
|
-
/* @__PURE__ */ y("div", { className: "mb-8 text-gray-300", children: B.t(
|
|
23112
|
-
authMethod: B.t(
|
|
23112
|
+
/* @__PURE__ */ y("div", { className: "mb-8 text-gray-300", children: B.t("login_description_template", {
|
|
23113
|
+
authMethod: B.t(v, {
|
|
23113
23114
|
defaultValue: o && a ? "email or phone number" : o ? "email address" : "phone number"
|
|
23114
|
-
}),
|
|
23115
|
+
}).toLocaleLowerCase(),
|
|
23115
23116
|
defaultValue: "Sign in with your {{authMethod}}"
|
|
23116
23117
|
}) }),
|
|
23117
23118
|
/* @__PURE__ */ y("div", { className: "flex flex-1 flex-col justify-center", children: [
|
|
@@ -23121,7 +23122,7 @@ const N$ = (t) => {
|
|
|
23121
23122
|
{
|
|
23122
23123
|
type: h,
|
|
23123
23124
|
name: _,
|
|
23124
|
-
placeholder:
|
|
23125
|
+
placeholder: k,
|
|
23125
23126
|
className: dn(
|
|
23126
23127
|
"mb-2 w-full rounded-lg border bg-gray-100 px-4 py-5 text-base placeholder:text-gray-300 dark:bg-gray-600 md:text-base",
|
|
23127
23128
|
{
|
|
@@ -23206,7 +23207,7 @@ function B$(t) {
|
|
|
23206
23207
|
const e = atob(t), n = JSON.parse(e);
|
|
23207
23208
|
return T$.includes(n.name) ? "code" : "link";
|
|
23208
23209
|
}
|
|
23209
|
-
const R$ = new
|
|
23210
|
+
const R$ = new ae().openapi(
|
|
23210
23211
|
M({
|
|
23211
23212
|
tags: ["login"],
|
|
23212
23213
|
method: "get",
|
|
@@ -23809,8 +23810,8 @@ var hi = "_hp", L$ = {
|
|
|
23809
23810
|
if (n === 2 && (N.innerHTML = ""), (m || h) && _(N), !a && !o)
|
|
23810
23811
|
return;
|
|
23811
23812
|
let U = Jn[Q = N.getAttribute(O)] || (Jn[Q] = new Promise(
|
|
23812
|
-
(
|
|
23813
|
-
N.addEventListener("load",
|
|
23813
|
+
(ce, de) => {
|
|
23814
|
+
N.addEventListener("load", ce), N.addEventListener("error", de);
|
|
23814
23815
|
}
|
|
23815
23816
|
));
|
|
23816
23817
|
o && (U = U.then(o)), a && (U = U.catch(a)), U.catch(() => {
|
|
@@ -23819,8 +23820,8 @@ var hi = "_hp", L$ = {
|
|
|
23819
23820
|
if (i && l === "render") {
|
|
23820
23821
|
const N = rs[t][0];
|
|
23821
23822
|
if (e[N]) {
|
|
23822
|
-
const O = e[N], U = Jn[O] || (Jn[O] = new Promise((Q,
|
|
23823
|
-
_(f), f.addEventListener("load", Q), f.addEventListener("error",
|
|
23823
|
+
const O = e[N], U = Jn[O] || (Jn[O] = new Promise((Q, ce) => {
|
|
23824
|
+
_(f), f.addEventListener("load", Q), f.addEventListener("error", ce);
|
|
23824
23825
|
}));
|
|
23825
23826
|
G$(U);
|
|
23826
23827
|
}
|
|
@@ -24027,7 +24028,7 @@ const zl = (t) => {
|
|
|
24027
24028
|
]
|
|
24028
24029
|
}
|
|
24029
24030
|
);
|
|
24030
|
-
}, s4 = new
|
|
24031
|
+
}, s4 = new ae().openapi(
|
|
24031
24032
|
M({
|
|
24032
24033
|
tags: ["login"],
|
|
24033
24034
|
method: "get",
|
|
@@ -24305,7 +24306,7 @@ const Pa = (t) => {
|
|
|
24305
24306
|
<\/script>
|
|
24306
24307
|
`])))
|
|
24307
24308
|
] });
|
|
24308
|
-
}, u4 = new
|
|
24309
|
+
}, u4 = new ae().openapi(
|
|
24309
24310
|
M({
|
|
24310
24311
|
tags: ["login"],
|
|
24311
24312
|
method: "get",
|
|
@@ -24482,7 +24483,7 @@ const Pa = (t) => {
|
|
|
24482
24483
|
/* @__PURE__ */ y("div", { className: "flex flex-1 flex-col justify-center", children: e }),
|
|
24483
24484
|
i ? /* @__PURE__ */ y(Ot, { state: i }) : ""
|
|
24484
24485
|
] });
|
|
24485
|
-
}, p4 = new
|
|
24486
|
+
}, p4 = new ae().openapi(
|
|
24486
24487
|
M({
|
|
24487
24488
|
tags: ["login"],
|
|
24488
24489
|
method: "get",
|
|
@@ -24696,7 +24697,7 @@ const Pa = (t) => {
|
|
|
24696
24697
|
]
|
|
24697
24698
|
}
|
|
24698
24699
|
);
|
|
24699
|
-
}, f4 = new
|
|
24700
|
+
}, f4 = new ae().openapi(
|
|
24700
24701
|
M({
|
|
24701
24702
|
tags: ["login"],
|
|
24702
24703
|
method: "get",
|
|
@@ -24896,7 +24897,7 @@ const Pa = (t) => {
|
|
|
24896
24897
|
] }),
|
|
24897
24898
|
/* @__PURE__ */ y(Ot, { state: n })
|
|
24898
24899
|
] });
|
|
24899
|
-
}, m4 = new
|
|
24900
|
+
}, m4 = new ae().openapi(
|
|
24900
24901
|
M({
|
|
24901
24902
|
tags: ["login"],
|
|
24902
24903
|
method: "get",
|
|
@@ -24997,7 +24998,7 @@ const Pa = (t) => {
|
|
|
24997
24998
|
}
|
|
24998
24999
|
)
|
|
24999
25000
|
] })
|
|
25000
|
-
] }) }), y4 = new
|
|
25001
|
+
] }) }), y4 = new ae().openapi(
|
|
25001
25002
|
M({
|
|
25002
25003
|
tags: ["login"],
|
|
25003
25004
|
method: "get",
|
|
@@ -25102,7 +25103,7 @@ const Pa = (t) => {
|
|
|
25102
25103
|
]
|
|
25103
25104
|
}
|
|
25104
25105
|
);
|
|
25105
|
-
}, v4 = new
|
|
25106
|
+
}, v4 = new ae().openapi(
|
|
25106
25107
|
M({
|
|
25107
25108
|
tags: ["login"],
|
|
25108
25109
|
method: "get",
|
|
@@ -25192,7 +25193,7 @@ const Pa = (t) => {
|
|
|
25192
25193
|
]
|
|
25193
25194
|
}
|
|
25194
25195
|
);
|
|
25195
|
-
}, $4 = new
|
|
25196
|
+
}, $4 = new ae().openapi(
|
|
25196
25197
|
M({
|
|
25197
25198
|
tags: ["login"],
|
|
25198
25199
|
method: "get",
|
|
@@ -25224,7 +25225,7 @@ const Pa = (t) => {
|
|
|
25224
25225
|
)
|
|
25225
25226
|
);
|
|
25226
25227
|
}
|
|
25227
|
-
), x4 = new
|
|
25228
|
+
), x4 = new ae().openapi(
|
|
25228
25229
|
M({
|
|
25229
25230
|
tags: ["login"],
|
|
25230
25231
|
method: "get",
|
|
@@ -25285,7 +25286,7 @@ const Pa = (t) => {
|
|
|
25285
25286
|
]
|
|
25286
25287
|
}
|
|
25287
25288
|
);
|
|
25288
|
-
}, S4 = new
|
|
25289
|
+
}, S4 = new ae().openapi(
|
|
25289
25290
|
M({
|
|
25290
25291
|
tags: ["login"],
|
|
25291
25292
|
method: "get",
|
|
@@ -25379,7 +25380,7 @@ const Pa = (t) => {
|
|
|
25379
25380
|
]
|
|
25380
25381
|
}
|
|
25381
25382
|
);
|
|
25382
|
-
}, E4 = new
|
|
25383
|
+
}, E4 = new ae().openapi(
|
|
25383
25384
|
M({
|
|
25384
25385
|
tags: ["login"],
|
|
25385
25386
|
method: "get",
|
|
@@ -25423,7 +25424,7 @@ function SR() {
|
|
|
25423
25424
|
}
|
|
25424
25425
|
}
|
|
25425
25426
|
function N4(t) {
|
|
25426
|
-
const e = new
|
|
25427
|
+
const e = new ae();
|
|
25427
25428
|
e.use(async (r, i) => {
|
|
25428
25429
|
const s = ao(r, t.dataAdapter), o = xl(s, {
|
|
25429
25430
|
defaultTtl: 3e5,
|
|
@@ -25450,7 +25451,7 @@ const C4 = "Account detected", I4 = "We have detected that you have already crea
|
|
|
25450
25451
|
|
|
25451
25452
|
Please make sure to open the login link in the same browser you started the login with.
|
|
25452
25453
|
|
|
25453
|
-
You can click the link below to start a new login.`, O6 = "Invalid link", j6 = "Click the button to log in", P6 = "Login", T6 = "Or enter the code at {{vendorName}} to complete the login.", B6 = "Enter your email address to unlock this show on {{service}}", R6 = "Link your account with {{service}}", L6 = "You are logged in as", U6 = "Login", M6 = "Enter your email address to sign in.", F6 = "Enter your email address and we will send you a login code.", V6 = "Enter your email or phone number to sign in", D6 = "Enter your email address and we will send you a login link.", z6 = "Enter your phone number to sign in", q6 = "
|
|
25454
|
+
You can click the link below to start a new login.`, O6 = "Invalid link", j6 = "Click the button to log in", P6 = "Login", T6 = "Or enter the code at {{vendorName}} to complete the login.", B6 = "Enter your email address to unlock this show on {{service}}", R6 = "Link your account with {{service}}", L6 = "You are logged in as", U6 = "Login", M6 = "Enter your email address to sign in.", F6 = "Enter your email address and we will send you a login code.", V6 = "Enter your email or phone number to sign in", D6 = "Enter your email address and we will send you a login link.", z6 = "Enter your phone number to sign in", q6 = "Enter your {{authMethod}} to sign in.", H6 = "Log out", K6 = "No, I want to use another account", G6 = "or", W6 = "Password", J6 = "The password has been reset", Z6 = "Success", X6 = "Change password for your {{vendorName}} account", Y6 = "Change password for your {{vendorName}} account", Q6 = "Phone number", e8 = "Privacy Policy", t8 = "Redirecting", n8 = "Confirm password", r8 = "Register a new password", i8 = "Resend code", s8 = "Change password", o8 = "Enter your new password below for the email account: ", a8 = "Click the button to reset your password", c8 = "Click the button to reset your password", d8 = "Reset your password", l8 = "Change password for your {{vendorName}} account", u8 = "Reset password", p8 = "Send", f8 = "Send me a new magic link", h8 = "Remember to check your spam folder if the email did not arrive.", g8 = "Set password", m8 = "Show password", _8 = "Sign in", y8 = "Signup", w8 = "Sign up successful", v8 = "{{code}} is your login code for {{vendorName}}", b8 = "It appears that your Spotify account is currently linked to another Sesamy account. But fear not, we're here to guide you through the process to get this fixed.", $8 = "Go to Spotify's Content Access page", x8 = `Let's start by unlinking your Spotify account. Click the button below to go to Spotify's Content Access page. After you've logged in to your Spotify account, find Sesamy on the list of connected platforms. Click "Unlink" next to the Sesamy logo.`, k8 = "Step 1: Unlink Your Spotify Account", S8 = "Once you've successfully unlinked your Spotify account, you can relink it to Sesamy. Simply repeat the steps you previously took that led you to this page.", A8 = "Step 2: Relink Your Spotify Account to Sesamy", E8 = "Oops! Your Spotify Account Is Already Linked", N8 = "If you have questions or need assistance, you can contact our support team", C8 = "Terms and Conditions", I8 = "Your email address needs validating. We have sent a new email to your inbox", O8 = "User account does not exist", j8 = "User account does not exist", P8 = "We could not find a user with the provided email address. Please, try again.", T8 = "Try again.", B8 = "Validate code", R8 = "Check your inbox for email validation instructions.", L8 = "Signed up", U8 = "Click the button to verify your email address", M8 = "Validate your email address", F8 = "Validate your email address", V8 = "Verify account", D8 = "Verify your email", z8 = "Please check your email at <0>{{email}}</0> and enter the six-digit code that we've sent you.", q8 = "Welcome", H8 = "Welcome to your {{vendorName}} account!", K8 = "Continue with this account", G8 = "Yes, continue with {{text}}", W8 = "Yes, continue with existing account", J8 = {
|
|
25454
25455
|
"Server error: Invalid code": "Invalid code",
|
|
25455
25456
|
"Wrong email or verification code": {
|
|
25456
25457
|
"": "Wrong email or verification code."
|
|
@@ -25589,7 +25590,7 @@ You can click the link below to start a new login.`, O6 = "Invalid link", j6 = "
|
|
|
25589
25590
|
|
|
25590
25591
|
Assicuratevi di aprire il link di accesso con lo stesso browser con cui avete iniziato l'accesso.
|
|
25591
25592
|
|
|
25592
|
-
Potete fare clic sul link sottostante per iniziare un nuovo accesso.`, Y5 = "Collegamento non valido", Q5 = "Fare clic sul pulsante per accedere", ex = "Accedi", tx = "Oppure inserire il codice all'indirizzo {{vendorName}} per completare il login.", nx = "Inserisci il tuo indirizzo e-mail per sbloccare questo spettacolo su {{service}}", rx = "Collegate il vostro account con {{service}}", ix = "L'utente ha effettuato l'accesso come", sx = "Accesso", ox = "Inserire l'indirizzo e-mail per accedere.", ax = "Inserite il vostro indirizzo e-mail e vi invieremo un codice di accesso.", cx = "Inserire l'e-mail o il numero di telefono per accedere", dx = "Inserite il vostro indirizzo e-mail e vi invieremo un link di accesso.", lx = "Inserire il numero di telefono per accedere", ux = "
|
|
25593
|
+
Potete fare clic sul link sottostante per iniziare un nuovo accesso.`, Y5 = "Collegamento non valido", Q5 = "Fare clic sul pulsante per accedere", ex = "Accedi", tx = "Oppure inserire il codice all'indirizzo {{vendorName}} per completare il login.", nx = "Inserisci il tuo indirizzo e-mail per sbloccare questo spettacolo su {{service}}", rx = "Collegate il vostro account con {{service}}", ix = "L'utente ha effettuato l'accesso come", sx = "Accesso", ox = "Inserire l'indirizzo e-mail per accedere.", ax = "Inserite il vostro indirizzo e-mail e vi invieremo un codice di accesso.", cx = "Inserire l'e-mail o il numero di telefono per accedere", dx = "Inserite il vostro indirizzo e-mail e vi invieremo un link di accesso.", lx = "Inserire il numero di telefono per accedere", ux = "Inserite il vostro {{authMethod}} per accedere.", px = "Disconnettersi", fx = "No, voglio usare un altro account", hx = "o", gx = "Password", mx = "La password è stata reimpostata", _x = "Il successo", yx = "Modifica della password dell'account {{vendorName}}", wx = "Modifica della password dell'account {{vendorName}} ", vx = "Numero di telefono", bx = "Informativa sulla privacy", $x = "Reindirizzamento", xx = "Confermare la password", kx = "Registrazione di una nuova password", Sx = "Reinvio del codice", Ax = "Modifica della password", Ex = "Immettere di seguito la nuova password per l'account e-mail: ", Nx = "Fare clic sul pulsante per reimpostare la password", Cx = "Fare clic sul pulsante per reimpostare la password", Ix = "Reimpostare la password", Ox = "Modifica della password dell'account {{vendorName}} ", jx = "Reimpostare la password", Px = "Inviare", Tx = "Inviami un nuovo link magico", Bx = "Ricordate di controllare la cartella spam se l'e-mail non è arrivata.", Rx = "Impostare la password", Lx = "Mostra password", Ux = "Accedi", Mx = "Iscriviti", Fx = "Iscriviti con successo", Vx = "{{code}} è il codice di accesso per {{vendorName}}", Dx = "Sembra che il vostro account Spotify sia attualmente collegato a un altro account Sesamy. Ma non temete, siamo qui per guidarvi attraverso la procedura per risolvere il problema.", zx = "Vai alla pagina di accesso ai contenuti di Spotify", qx = `Cominciamo con lo scollegare il vostro account Spotify. Fare clic sul pulsante sottostante per accedere alla pagina di accesso ai contenuti di Spotify. Dopo aver effettuato l'accesso al vostro account Spotify, trovate Sesamy nell'elenco delle piattaforme collegate. Fate clic su "Unlink" accanto al logo di Sesamy.`, Hx = "Passo 1: Disconnettere l'account Spotify", Kx = "Dopo aver scollegato con successo il proprio account Spotify, è possibile ricollegarlo a Sesamy. È sufficiente ripetere i passaggi precedenti che vi hanno portato a questa pagina.", Gx = "Passo 2: ricollegare l'account Spotify a Sesamy", Wx = "Ops! Il tuo account Spotify è già collegato", Jx = "Se avete domande o bisogno di assistenza, potete contattare il nostro team di supporto", Zx = "Termini e condizioni", Xx = "Il tuo indirizzo e-mail deve essere convalidato. Abbiamo inviato una nuova e-mail alla tua casella di posta.", Yx = "L'account utente non esiste", Qx = "L'account utente non esiste", e9 = "Non è stato possibile trovare un utente con l'indirizzo e-mail fornito. Si prega di riprovare.", t9 = "Riprova.", n9 = "Convalida del codice", r9 = "Controllate la vostra casella di posta per le istruzioni di convalida dell'e-mail.", i9 = "Iscritta", s9 = "Fare clic sul pulsante per verificare l'indirizzo e-mail", o9 = "Convalidare l'indirizzo e-mail", a9 = "Convalidare l'indirizzo e-mail", c9 = "Verifica dell'account", d9 = "Verificare l'e-mail", l9 = "Controllate la vostra e-mail all'indirizzo <0>{{email}}</0> e inserisca il codice a sei cifre che le abbiamo inviato.", u9 = "Benvenuti", p9 = "Benvenuto nel tuo account {{vendorName}}!", f9 = "Continuare con questo account", h9 = "Sì, continuare con {{text}}", g9 = "Sì, continuare con l'account esistente", m9 = {
|
|
25593
25594
|
"Server error: Invalid code": "Codice non valido",
|
|
25594
25595
|
"Wrong email or verification code": {
|
|
25595
25596
|
"": "Email o codice di verifica errati."
|
|
@@ -25728,7 +25729,7 @@ Potete fare clic sul link sottostante per iniziare un nuovo accesso.`, Y5 = "Col
|
|
|
25728
25729
|
|
|
25729
25730
|
Sørg for å åpne påloggingslenken i samme nettleser som du startet påloggingen med.
|
|
25730
25731
|
|
|
25731
|
-
Du kan klikke på lenken nedenfor for å starte en ny pålogging.`, wk = "Ugyldig lenke", vk = "Klikk på knappen for å logge inn", bk = "Logg inn", $k = "Eller skriv inn koden på {{vendorName}} for å fullføre påloggingen.", xk = "Skriv inn e-postadressen din for å låse opp dette programmet på {{service}}", kk = "Koble kontoen din til {{service}}", Sk = "Du er innlogget som", Ak = "Logg inn", Ek = "Skriv inn e-postadressen din for å logge på.", Nk = "Skriv inn e-postadressen din og vi sender deg en påloggingskode.", Ck = "Skriv inn e-postadressen eller telefonnummeret ditt for å logge på", Ik = "Skriv inn e-postadressen din og vi sender deg en påloggingslenke.", Ok = "Skriv inn telefonnummeret ditt for å logge på", jk = "
|
|
25732
|
+
Du kan klikke på lenken nedenfor for å starte en ny pålogging.`, wk = "Ugyldig lenke", vk = "Klikk på knappen for å logge inn", bk = "Logg inn", $k = "Eller skriv inn koden på {{vendorName}} for å fullføre påloggingen.", xk = "Skriv inn e-postadressen din for å låse opp dette programmet på {{service}}", kk = "Koble kontoen din til {{service}}", Sk = "Du er innlogget som", Ak = "Logg inn", Ek = "Skriv inn e-postadressen din for å logge på.", Nk = "Skriv inn e-postadressen din og vi sender deg en påloggingskode.", Ck = "Skriv inn e-postadressen eller telefonnummeret ditt for å logge på", Ik = "Skriv inn e-postadressen din og vi sender deg en påloggingslenke.", Ok = "Skriv inn telefonnummeret ditt for å logge på", jk = "Skriv inn din {{authMethod}} for å logge inn.", Pk = "Logg ut", Tk = "Nei, jeg vil bruke en annen konto", Bk = "eller", Rk = "Passord", Lk = "Passordet har blitt tilbakestilt", Uk = "Suksess", Mk = "Endre passord for {{vendorName}} kontoen din", Fk = "Endre passord for {{vendorName}} kontoen din", Vk = "Telefonnummer", Dk = "Personvernerklæring", zk = "Omdirigerer", qk = "Bekreft passord", Hk = "Registrer et nytt passord", Kk = "Send kode på nytt", Gk = "Endre passord", Wk = "Skriv inn det nye passordet for e-postkontoen nedenfor: ", Jk = "Klikk på knappen for å tilbakestille passordet ditt", Zk = "Klikk på knappen for å tilbakestille passordet ditt", Xk = "Tilbakestill passordet ditt", Yk = "Endre passord for {{vendorName}} -kontoen din", Qk = "Tilbakestill passord", e7 = "Send", t7 = "Send meg en ny magisk lenke", n7 = "Husk å sjekke søppelpostmappen din hvis e-posten ikke kom.", r7 = "Angi passord", i7 = "Vis passord", s7 = "Logg inn", o7 = "Påmelding", a7 = "Vellykket registrering", c7 = "{{code}} er innloggingskoden din for {{vendorName}}", d7 = "Det ser ut til at Spotify-kontoen din for øyeblikket er koblet til en annen Sesamy-konto. Men ikke vær redd, vi er her for å veilede deg gjennom prosessen for å få dette fikset.", l7 = "Gå til Spotifys innholdstilgangsside", u7 = 'La oss starte med å koble fra Spotify-kontoen din. Klikk på knappen nedenfor for å gå til Spotifys innholdstilgang-side. Etter at du har logget på Spotify-kontoen din, finner du Sesamy på listen over tilkoblede plattformer. Klikk "Fjern kobling" ved siden av Sesamy-logoen.', p7 = "Trinn 1: Koble fra Spotify-kontoen din", f7 = "Når du har koblet fra Spotify-kontoen din, kan du koble den til Sesamy på nytt. Bare gjenta trinnene du tidligere tok som førte deg til denne siden.", h7 = "Trinn 2: Koble Spotify-kontoen din til Sesamy på nytt", g7 = "Oops! Spotify-kontoen din er allerede koblet", m7 = "Hvis du har spørsmål eller trenger hjelp, kan du kontakte supportteamet vårt", _7 = "vilkår", y7 = "E-postadressen din må bekreftes. Vi har sendt en ny e-post til innboksen din.", w7 = "Brukerkonto eksisterer ikke", v7 = "Brukerkonto eksisterer ikke", b7 = "Vi kunne ikke finne en bruker med den oppgitte e-postadressen. Vær så snill, prøv på nytt.", $7 = "Prøv igjen.", x7 = "Bekreft koden", k7 = "Sjekk innboksen din for instruksjoner om e-postvalidering.", S7 = "Registrerte seg", A7 = "Klikk på knappen for å bekrefte e-postadressen din", E7 = "Bekreft e-postadressen din", N7 = "Bekreft e-postadressen din", C7 = "Bekreft konto", I7 = "Bekreft e-posten din", O7 = "Vennligst sjekk e-posten din på <0>{{email}}</0> og skriv inn den sekssifrede koden som vi har sendt deg.", j7 = "Velkommen", P7 = "Velkommen til din brukerkonto hos {{vendorName}} !", T7 = "Fortsett med denne kontoen", B7 = "Ja, fortsett med {{text}}", R7 = "Ja, fortsett med eksisterende konto", L7 = {
|
|
25732
25733
|
"Server error: Invalid code": "Ugyldig kode",
|
|
25733
25734
|
"Wrong email or verification code": {
|
|
25734
25735
|
"": "Feil e-post eller bekreftelseskode."
|
|
@@ -25867,7 +25868,7 @@ Du kan klikke på lenken nedenfor for å starte en ny pålogging.`, wk = "Ugyldi
|
|
|
25867
25868
|
|
|
25868
25869
|
Vänligen se till att öppna inloggningslänken i samma webbläsare som du startade inloggningen med.
|
|
25869
25870
|
|
|
25870
|
-
Du kan klicka på länken nedan för att starta en ny inloggning.`, FS = "Ogiltig länk", VS = "Klicka på knappen för att logga in", DS = "Logga in", zS = "Eller skriv in koden på {{vendorName}} för att slutföra inloggningen.", qS = "Ange din epost för att låsa upp den här showen på {{service}}", HS = "Koppla ditt konto till {{service}}", KS = "Du är inloggad som", GS = "Logga in", WS = "Ange din e-postadress för att logga in.", JS = "Ange din mejladress, så skickar vi en kod till dig som du kan logga in med.", ZS = "Ange din e-postadress eller ditt telefonnummer för att logga in", XS = "Ange din mejladress, så skickar vi en länk till dig som du kan logga in med.", YS = "Ange ditt telefonnummer för att logga in", QS = "
|
|
25871
|
+
Du kan klicka på länken nedan för att starta en ny inloggning.`, FS = "Ogiltig länk", VS = "Klicka på knappen för att logga in", DS = "Logga in", zS = "Eller skriv in koden på {{vendorName}} för att slutföra inloggningen.", qS = "Ange din epost för att låsa upp den här showen på {{service}}", HS = "Koppla ditt konto till {{service}}", KS = "Du är inloggad som", GS = "Logga in", WS = "Ange din e-postadress för att logga in.", JS = "Ange din mejladress, så skickar vi en kod till dig som du kan logga in med.", ZS = "Ange din e-postadress eller ditt telefonnummer för att logga in", XS = "Ange din mejladress, så skickar vi en länk till dig som du kan logga in med.", YS = "Ange ditt telefonnummer för att logga in", QS = "Ange din {{authMethod}} för att logga in.", eA = "Logga ut", tA = "Nej, jag vill använda ett annat konto", nA = "eller", rA = "Lösenord", iA = "Lösenordet har återställts", sA = "Framgång", oA = "Byt lösenord för ditt {{vendorName}} konto", aA = "Byt lösenord för ditt {{vendorName}} konto", cA = "Telefonnummer", dA = "Integritetspolicy", lA = "Du skickas vidare", uA = "Bekräfta lösenord", pA = "Registrera ett nytt lösenord", fA = "Skicka koden igen", hA = "Ändra lösenord", gA = "Ange ditt nya lösenord nedan för e-postkontot: ", mA = "Klicka på knappen för att återställa ditt lösenord", _A = "Klicka på knappen för att återställa ditt lösenord", yA = "Återställ ditt lösenord", wA = "Byt lösenord för ditt {{vendorName}} konto", vA = "Återställ lösenord", bA = "Skicka", $A = "Skicka en ny inloggninglänk", xA = "Kom ihåg att kontrollera din skräppost om du inte kan hitta mailet vi har skickat.", kA = "Välj lösenord", SA = "Visa lösenord", AA = "Logga in", EA = "Registrera dig", NA = "Registrera dig framgångsrik", CA = "{{code}} är din inloggningskod för {{vendorName}}", IA = "Det verkar som att ditt Spotify-konto för närvarande är kopplat till ett annat Sesamy-konto. Ingen fara, vi är här för att guida dig genom processen för att lösa detta.", OA = "Gå till Spotify's Content Access sida", jA = `Vi börjar med att avlänka ditt Spotify-konto. Klicka på knappen nedan för att komma till Spotify's Content Access sida. När du har loggat in på ditt Spotify-konto, leta upp Sesamy i listan över anslutna plattformar. Klicka på "Unlink" bredvid Sesamys logotyp.`, PA = "Steg 1: Avlänka ditt Spotify-konto", TA = "När du har avlänkat ditt Spotify-konto kan du koppla det till Sesamy igen. Upprepa helt enkelt de steg du tog som ledde dig till den här sidan.", BA = "Steg 2: Koppla ditt Spotify-konto till Sesamy igen", RA = "Oj! Ditt Spotify-konto är redan kopplat", LA = "Om du har frågor eller behöver hjälp kan du kontakta vårt supportteam", UA = "Villkor", MA = "Din e-postadress behöver valideras. Vi har skickat ett nytt e-postmeddelande till din inkorg", FA = "Kontot existerar inte", VA = "Kontot extisterar inte", DA = "Vi kan inte hitta en användare med denna eposten. Vänligen försök igen.", zA = "Försök igen.", qA = "Validera kod", HA = "Kontrollera din inkorg för instruktioner om validering av e-post.", KA = "Registrerad", GA = "Klicka på knappen för att verifiera din e-postadress", WA = "Bekräfta din e-postadress", JA = "Bekräfta din e-postadress", ZA = "Verifiera konto", XA = "Ange engångskod", YA = "Vänligen kontrollera din e-post för <0>{{email}}</0> och ange den sexsiffriga koden som vi har skickat till dig.", QA = "Välkommen", eE = "Välkommen till ditt {{vendorName}}-konto!", tE = "Fortsätt med konto", nE = "Ja, fortsätt med {{text}}", rE = "Ja, fortsätt med detta kontot", iE = {
|
|
25871
25872
|
"Server error: Invalid code": "Koden är inte giltig",
|
|
25872
25873
|
"Wrong email or verification code": {
|
|
25873
25874
|
"": "Fel e-post eller verifieringskod."
|
|
@@ -26006,7 +26007,7 @@ Du kan klicka på länken nedan för att starta en ny inloggning.`, FS = "Ogilti
|
|
|
26006
26007
|
|
|
26007
26008
|
Upewnij się, że otworzyłeś link logowania w tej samej przeglądarce, w której rozpocząłeś logowanie.
|
|
26008
26009
|
|
|
26009
|
-
Możesz kliknąć poniższy link, aby rozpocząć nowe logowanie.`, aN = "Nieprawidłowy link", cN = "Kliknij przycisk, aby się zalogować", dN = "Zaloguj się", lN = "Lub wprowadź kod na stronie {{vendorName}}, aby dokończyć logowanie.", uN = "Wprowadź swój adres e-mail, aby odblokować ten program na {{service}}", pN = "Połącz swoje konto z {{service}}", fN = "Jesteś zalogowany jako", hN = "Logowanie", gN = "Wprowadź swój adres e-mail, aby się zalogować.", mN = "Wprowadź swój adres e-mail, a my wyślemy Ci kod logowania.", _N = "Wprowadź swój adres e-mail lub numer telefonu, aby się zalogować", yN = "Wprowadź swój adres e-mail, a my wyślemy Ci link do logowania.", wN = "Wprowadź swój numer telefonu, aby się zalogować", vN = "
|
|
26010
|
+
Możesz kliknąć poniższy link, aby rozpocząć nowe logowanie.`, aN = "Nieprawidłowy link", cN = "Kliknij przycisk, aby się zalogować", dN = "Zaloguj się", lN = "Lub wprowadź kod na stronie {{vendorName}}, aby dokończyć logowanie.", uN = "Wprowadź swój adres e-mail, aby odblokować ten program na {{service}}", pN = "Połącz swoje konto z {{service}}", fN = "Jesteś zalogowany jako", hN = "Logowanie", gN = "Wprowadź swój adres e-mail, aby się zalogować.", mN = "Wprowadź swój adres e-mail, a my wyślemy Ci kod logowania.", _N = "Wprowadź swój adres e-mail lub numer telefonu, aby się zalogować", yN = "Wprowadź swój adres e-mail, a my wyślemy Ci link do logowania.", wN = "Wprowadź swój numer telefonu, aby się zalogować", vN = "Wprowadź swój adres {{authMethod}}, aby się zalogować.", bN = "Wylogowanie", $N = "Nie, chcę użyć innego konta", xN = "lub", kN = "Hasło", SN = "Hasło zostało zresetowane", AN = "Sukces", EN = "Zmień hasło do konta {{vendorName}} ", NN = "Zmiana hasła do konta {{vendorName}} ", CN = "Numer telefonu", IN = "Polityka prywatności", ON = "Przekierowanie", jN = "Potwierdź hasło", PN = "Zarejestruj nowe hasło", TN = "Wyślij ponownie kod", BN = "Zmiana hasła", RN = "Wprowadź poniżej nowe hasło do konta e-mail: ", LN = "Kliknij przycisk, aby zresetować hasło", UN = "Kliknij przycisk, aby zresetować hasło", MN = "Zmień hasło", FN = "Zmiana hasła do konta {{vendorName}} ", VN = "Resetowanie hasła", DN = "Wyślij", zN = "Wyślij mi nowy magiczny link", qN = "Pamiętaj, aby sprawdzić folder spamu, jeśli wiadomość e-mail nie dotarła.", HN = "Ustaw hasło", KN = "Pokaż hasło", GN = "Zaloguj się", WN = "Rejestracja", JN = "Rejestracja zakończona sukcesem", ZN = "{{code}} to kod logowania do {{vendorName}}", XN = "Wygląda na to, że Twoje konto Spotify jest obecnie połączone z innym kontem Sesamy. Ale nie martw się, jesteśmy tutaj, aby poprowadzić Cię przez proces, aby to naprawić.", YN = "Przejdź do strony dostępu do treści Spotify", QN = 'Zacznijmy od odłączenia konta Spotify. Kliknij poniższy przycisk, aby przejść do strony dostępu do treści Spotify. Po zalogowaniu się na swoje konto Spotify, znajdź Sesamy na liście połączonych platform. Kliknij "Odłącz" obok logo Sesamy.', eC = "Krok 1: Odłącz swoje konto Spotify", tC = "Po pomyślnym odłączeniu konta Spotify możesz ponownie połączyć je z Sesamy. Wystarczy powtórzyć poprzednie kroki, które doprowadziły Cię do tej strony.", nC = "Krok 2: Połącz ponownie swoje konto Spotify z Sesamy", rC = "Ups! Twoje konto Spotify jest już połączone", iC = "Jeśli masz pytania lub potrzebujesz pomocy, skontaktuj się z nami", sC = "Zasady i warunki", oC = "Twój adres e-mail wymaga weryfikacji. Wysłaliśmy nową wiadomość e-mail na Twoją skrzynkę odbiorczą", aC = "Konto użytkownika nie istnieje", cC = "Konto użytkownika nie istnieje", dC = "Nie mogliśmy znaleźć użytkownika o podanym adresie e-mail. Spróbuj ponownie.", lC = "Spróbuj ponownie.", uC = "Sprawdź poprawność kodu", pC = "Sprawdź swoją skrzynkę odbiorczą, aby uzyskać instrukcje dotyczące weryfikacji wiadomości e-mail.", fC = "Zarejestrowany", hC = "Kliknij przycisk, aby zweryfikować swój adres e-mail", gC = "Potwierdź swój adres e-mail", mC = "Potwierdź swój adres e-mail", _C = "Zweryfikuj konto", yC = "Zweryfikuj swój adres e-mail", wC = "Sprawdź swoją skrzynkę e-mail pod adresem <0>{{email}}</0> i wprowadź sześciocyfrowy kod, który wysłaliśmy.", vC = "Witamy", bC = "Witamy na koncie {{vendorName}}!", $C = "Kontynuuj korzystanie z tego konta", xC = "Tak, kontynuuj {{text}}", kC = "Tak, kontynuuj korzystanie z istniejącego konta", SC = {
|
|
26010
26011
|
"Server error: Invalid code": "Nieprawidłowy kod",
|
|
26011
26012
|
"Wrong email or verification code": {
|
|
26012
26013
|
"": "Nieprawidłowy adres e-mail lub kod weryfikacyjny."
|
|
@@ -26145,7 +26146,7 @@ Możesz kliknąć poniższy link, aby rozpocząć nowe logowanie.`, aN = "Niepra
|
|
|
26145
26146
|
|
|
26146
26147
|
Ujistěte se, že jste odkaz na přihlášení otevřeli ve stejném prohlížeči, ve kterém jste přihlášení zahájili.
|
|
26147
26148
|
|
|
26148
|
-
Kliknutím na odkaz níže můžete zahájit nové přihlášení.`, NI = "Neplatný odkaz", CI = "Kliknutím na tlačítko se přihlásíte", II = "Přihlášení", OI = "Nebo zadejte kód na adrese {{vendorName}} a dokončete přihlášení.", jI = "Zadejte svou e-mailovou adresu pro odemknutí tohoto pořadu na {{service}}", PI = "Propojte svůj účet s {{service}}", TI = "Jste přihlášeni jako", BI = "Přihlášení", RI = "Pro přihlášení zadejte svou e-mailovou adresu.", LI = "Zadejte svou e-mailovou adresu a my vám zašleme přihlašovací kód.", UI = "Pro přihlášení zadejte svůj e-mail nebo telefonní číslo", MI = "Zadejte svou e-mailovou adresu a my vám zašleme odkaz pro přihlášení.", FI = "Zadejte své telefonní číslo a přihlaste se", VI = "
|
|
26149
|
+
Kliknutím na odkaz níže můžete zahájit nové přihlášení.`, NI = "Neplatný odkaz", CI = "Kliknutím na tlačítko se přihlásíte", II = "Přihlášení", OI = "Nebo zadejte kód na adrese {{vendorName}} a dokončete přihlášení.", jI = "Zadejte svou e-mailovou adresu pro odemknutí tohoto pořadu na {{service}}", PI = "Propojte svůj účet s {{service}}", TI = "Jste přihlášeni jako", BI = "Přihlášení", RI = "Pro přihlášení zadejte svou e-mailovou adresu.", LI = "Zadejte svou e-mailovou adresu a my vám zašleme přihlašovací kód.", UI = "Pro přihlášení zadejte svůj e-mail nebo telefonní číslo", MI = "Zadejte svou e-mailovou adresu a my vám zašleme odkaz pro přihlášení.", FI = "Zadejte své telefonní číslo a přihlaste se", VI = "Pro přihlášení zadejte adresu {{authMethod}}.", DI = "Odhlášení", zI = "Ne, chci použít jiný účet", qI = "nebo", HI = "Heslo", KI = "Heslo bylo resetováno", GI = "Úspěch", WI = "Změna hesla k účtu {{vendorName}} ", JI = "Změna hesla k účtu {{vendorName}} ", ZI = "Telefonní číslo", XI = "Zásady ochrany osobních údajů", YI = "Přesměrování", QI = "Potvrzení hesla", eO = "Registrace nového hesla", tO = "Opětovné odeslání kódu", nO = "Změna hesla", rO = "Níže zadejte nové heslo k e-mailovému účtu: ", iO = "Kliknutím na tlačítko obnovíte své heslo", sO = "Kliknutím na tlačítko obnovíte své heslo", oO = "Obnovení hesla", aO = "Změna hesla k účtu {{vendorName}} ", cO = "Obnovení hesla", dO = "Odeslat", lO = "Pošlete mi nový kouzelný odkaz", uO = "Pokud e-mail nedorazil, nezapomeňte zkontrolovat složku nevyžádané pošty.", pO = "Nastavení hesla", fO = "Zobrazit heslo", hO = "Přihlásit se", gO = "Registrace", mO = "Úspěšná registrace", _O = "{{code}} je váš přihlašovací kód pro {{vendorName}}", yO = "Zdá se, že váš účet Spotify je v současné době propojen s jiným účtem Sesamy. Ale nebojte se, jsme tu, abychom vás provedli procesem, jak to napravit.", wO = "Přejděte na stránku Spotify pro přístup k obsahu", vO = 'Začněme odpojením účtu Spotify. Kliknutím na tlačítko níže přejděte na stránku přístupu k obsahu služby Spotify. Po přihlášení k účtu Spotify najděte v seznamu připojených platforem položku Sesamy. Klikněte na tlačítko "Unlink" vedle loga Sesamy.', bO = "Krok 1: Odpojení účtu Spotify", $O = "Po úspěšném odpojení účtu Spotify jej můžete znovu propojit se službou Sesamy. Stačí zopakovat předchozí kroky, které vás přivedly na tuto stránku.", xO = "Krok 2: Propojení účtu Spotify s aplikací Sesamy", kO = "Ups! Váš účet Spotify je již propojen", SO = "Pokud máte dotazy nebo potřebujete pomoc, můžete se obrátit na náš tým podpory.", AO = "Podmínky a pravidla", EO = "Vaši e-mailovou adresu je třeba ověřit. Do vaší e-mailové schránky jsme odeslali nový e-mail.", NO = "Uživatelský účet neexistuje", CO = "Uživatelský účet neexistuje", IO = "Nepodařilo se nám najít uživatele se zadanou e-mailovou adresou. Zkuste to prosím znovu.", OO = "Zkuste to znovu.", jO = "Ověření kódu", PO = "Pokyny k ověření e-mailu najdete ve své e-mailové schránce.", TO = "Zaregistrovali jste se", BO = "Klikněte na tlačítko pro ověření e-mailové adresy", RO = "Ověřte svou e-mailovou adresu", LO = "Ověřte svou e-mailovou adresu", UO = "Ověření účtu", MO = "Ověření e-mailu", FO = "Zkontrolujte si prosím svůj e-mail na adrese <0>{{email}}</0> a zadejte šestimístný kód, který jsme vám zaslali.", VO = "Vítejte na", DO = "Vítejte na svém účtu {{vendorName}}!", zO = "Pokračujte s tímto účtem", qO = "Ano, pokračujte {{text}}", HO = "Ano, pokračujte ve stávajícím účtu", KO = {
|
|
26149
26150
|
"Server error: Invalid code": "Neplatný kód",
|
|
26150
26151
|
"Wrong email or verification code": {
|
|
26151
26152
|
"": "Špatný e-mail nebo ověřovací kód."
|
|
@@ -26284,7 +26285,7 @@ Kliknutím na odkaz níže můžete zahájit nové přihlášení.`, NI = "Nepla
|
|
|
26284
26285
|
|
|
26285
26286
|
Varmista, että avaat kirjautumislinkin samalla selaimella, jolla aloitit kirjautumisen.
|
|
26286
26287
|
|
|
26287
|
-
Voit aloittaa uuden kirjautumisen klikkaamalla alla olevaa linkkiä.`, Jj = "Virheellinen linkki", Zj = "Kirjaudu sisään napsauttamalla painiketta", Xj = "Kirjaudu sisään", Yj = "Tai kirjoita koodi osoitteessa {{vendorName}} kirjautumisen loppuun saattamiseksi.", Qj = "Kirjoita sähköpostiosoitteesi avataksesi tämän ohjelman osoitteessa {{service}}", eP = "Yhdistä tilisi {{service}}", tP = "Olet kirjautunut sisään nimellä", nP = "Kirjaudu sisään", rP = "Kirjoita sähköpostiosoitteesi kirjautuaksesi sisään.", iP = "Anna sähköpostiosoitteesi, niin lähetämme sinulle kirjautumiskoodin.", sP = "Kirjoita sähköpostiosoitteesi tai puhelinnumerosi kirjautuaksesi sisään", oP = "Anna sähköpostiosoitteesi, niin lähetämme sinulle kirjautumislinkin.", aP = "Anna puhelinnumerosi kirjautuaksesi sisään", cP = "
|
|
26288
|
+
Voit aloittaa uuden kirjautumisen klikkaamalla alla olevaa linkkiä.`, Jj = "Virheellinen linkki", Zj = "Kirjaudu sisään napsauttamalla painiketta", Xj = "Kirjaudu sisään", Yj = "Tai kirjoita koodi osoitteessa {{vendorName}} kirjautumisen loppuun saattamiseksi.", Qj = "Kirjoita sähköpostiosoitteesi avataksesi tämän ohjelman osoitteessa {{service}}", eP = "Yhdistä tilisi {{service}}", tP = "Olet kirjautunut sisään nimellä", nP = "Kirjaudu sisään", rP = "Kirjoita sähköpostiosoitteesi kirjautuaksesi sisään.", iP = "Anna sähköpostiosoitteesi, niin lähetämme sinulle kirjautumiskoodin.", sP = "Kirjoita sähköpostiosoitteesi tai puhelinnumerosi kirjautuaksesi sisään", oP = "Anna sähköpostiosoitteesi, niin lähetämme sinulle kirjautumislinkin.", aP = "Anna puhelinnumerosi kirjautuaksesi sisään", cP = "Kirjoita {{authMethod}} kirjautuaksesi sisään.", dP = "Kirjaudu ulos", lP = "Ei, haluan käyttää toista tiliä", uP = "tai", pP = "Salasana", fP = "Salasana on nollattu", hP = "Menestys", gP = "Vaihda salasana tilillesi {{vendorName}} ", mP = "Vaihda salasana tilillesi {{vendorName}} ", _P = "Puhelinnumero", yP = "Tietosuojakäytäntö", wP = "Uudelleenohjaus", vP = "Vahvista salasana", bP = "Rekisteröi uusi salasana", $P = "Lähetä koodi uudelleen", xP = "Vaihda salasana", kP = "Kirjoita alla oleva uusi salasanasi sähköpostitiliä varten: ", SP = "Napsauta painiketta salasanasi palauttamiseksi", AP = "Napsauta painiketta salasanasi palauttamiseksi", EP = "Nollaa salasanasi", NP = "Vaihda salasana tilillesi {{vendorName}} ", CP = "Nollaa salasana", IP = "Lähetä", OP = "Lähetä minulle uusi maaginen linkki", jP = "Muista tarkistaa roskapostikansiosi, jos sähköposti ei ole saapunut.", PP = "Aseta salasana", TP = "Näytä salasana", BP = "Kirjaudu sisään", RP = "Rekisteröityminen", LP = "Rekisteröidy onnistuneesti", UP = "{{code}} on kirjautumiskoodisi {{vendorName}}", MP = "Näyttää siltä, että Spotify-tilisi on tällä hetkellä yhdistetty toiseen Sesamy-tiliin. Mutta älä pelkää, me opastamme sinua prosessin läpi, jotta saat tämän korjattua.", FP = "Siirry Spotifyn Content Access -sivulle", VP = 'Aloitetaan poistamalla Spotify-tilisi linkitys. Klikkaa alla olevaa painiketta siirtyäksesi Spotifyn Content Access -sivulle. Kun olet kirjautunut sisään Spotify-tilillesi, etsi Sesamy yhdistettyjen alustojen luettelosta. Napsauta "Unlink" Sesamyn logon vieressä.', DP = "Vaihe 1: Poista Spotify-tilisi linkitys", zP = "Kun olet onnistuneesti irrottanut Spotify-tilisi, voit yhdistää sen uudelleen Sesamyn kanssa. Toista vain aiemmin tekemäsi vaiheet, jotka johtivat sinut tälle sivulle.", qP = "Vaihe 2: Yhdistä Spotify-tilisi uudelleen Sesamyn kanssa", HP = "Hups! Spotify-tilisi on jo linkitetty", KP = "Jos sinulla on kysyttävää tai tarvitset apua, voit ottaa yhteyttä tukitiimiimme.", GP = "Ehdot ja edellytykset", WP = "Sähköpostiosoitteesi on vahvistettava. Olemme lähettäneet uuden sähköpostiviestin sähköpostiisi.", JP = "Käyttäjätiliä ei ole olemassa", ZP = "Käyttäjätiliä ei ole olemassa", XP = "Emme löytäneet käyttäjää, jolla on annettu sähköpostiosoite. Yritä uudelleen.", YP = "Yritä uudelleen.", QP = "Validoi koodi", eT = "Tarkista sähköpostin vahvistusohjeet postilaatikostasi.", tT = "Rekisteröitynyt", nT = "Vahvista sähköpostiosoitteesi napsauttamalla painiketta", rT = "Vahvista sähköpostiosoitteesi", iT = "Vahvista sähköpostiosoitteesi", sT = "Vahvista tili", oT = "Vahvista sähköpostiosoitteesi", aT = "Tarkista sähköpostisi osoitteesta <0>{{email}}</0> ja syötä lähettämämme kuusinumeroinen koodi.", cT = "Tervetuloa", dT = "Tervetuloa tilillesi {{vendorName}}!", lT = "Jatka tällä tilillä", uT = "Kyllä, jatka {{text}}", pT = "Kyllä, jatka olemassa olevalla tilillä", fT = {
|
|
26288
26289
|
"Server error: Invalid code": "Virheellinen koodi",
|
|
26289
26290
|
"Wrong email or verification code": {
|
|
26290
26291
|
"": "Väärä sähköpostiosoite tai vahvistuskoodi."
|
|
@@ -26442,7 +26443,7 @@ B.init({
|
|
|
26442
26443
|
}
|
|
26443
26444
|
});
|
|
26444
26445
|
function ER(t) {
|
|
26445
|
-
const e = new
|
|
26446
|
+
const e = new ae();
|
|
26446
26447
|
e.get("/", (s) => s.json({
|
|
26447
26448
|
name: "authhero"
|
|
26448
26449
|
}));
|