authhero 0.129.0 → 0.132.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 +10 -10
- package/dist/authhero.d.ts +9 -9
- package/dist/authhero.mjs +123 -119
- package/package.json +3 -3
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;
|
|
@@ -1447,7 +1447,7 @@ const Fn = c.object({
|
|
|
1447
1447
|
refresh_token: c.string().optional(),
|
|
1448
1448
|
profileData: Km.optional()
|
|
1449
1449
|
}), bd = c.object({
|
|
1450
|
-
email: c.string().optional(),
|
|
1450
|
+
email: c.string().optional().transform((t) => t && t.toLowerCase()),
|
|
1451
1451
|
username: c.string().optional(),
|
|
1452
1452
|
phone_number: c.string().optional(),
|
|
1453
1453
|
given_name: c.string().optional(),
|
|
@@ -1475,12 +1475,10 @@ const Fn = c.object({
|
|
|
1475
1475
|
...o0.shape,
|
|
1476
1476
|
user_id: c.string(),
|
|
1477
1477
|
is_social: c.boolean(),
|
|
1478
|
-
// TODO: this not might be correct if you use the username
|
|
1479
1478
|
email: c.string().optional(),
|
|
1480
|
-
login_count: c.number(),
|
|
1479
|
+
login_count: c.number().default(0),
|
|
1481
1480
|
identities: c.array(Gm).optional()
|
|
1482
1481
|
}), Rt = a0, mT = bd.extend({
|
|
1483
|
-
email: c.string(),
|
|
1484
1482
|
login_count: c.number(),
|
|
1485
1483
|
multifactor: c.array(c.string()).optional(),
|
|
1486
1484
|
last_ip: c.string().optional(),
|
|
@@ -2062,7 +2060,7 @@ function ST(t) {
|
|
|
2062
2060
|
throw new Error(`Invalid user_id: ${t}`);
|
|
2063
2061
|
return { connection: e, id: n };
|
|
2064
2062
|
}
|
|
2065
|
-
const h1 = new
|
|
2063
|
+
const h1 = new ae().openapi(
|
|
2066
2064
|
M({
|
|
2067
2065
|
tags: ["branding"],
|
|
2068
2066
|
method: "get",
|
|
@@ -3595,14 +3593,14 @@ const _1 = {}, y1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
3595
3593
|
var $, P = j[I], F = j[I + 1];
|
|
3596
3594
|
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
3595
|
}
|
|
3598
|
-
function
|
|
3596
|
+
function ce(j, I) {
|
|
3599
3597
|
for (var A = 0, x = 0; A < 4; ++A)
|
|
3600
3598
|
x = x << 8 | j[I] & 255, I = (I + 1) % j.length;
|
|
3601
3599
|
return { key: x, offp: I };
|
|
3602
3600
|
}
|
|
3603
3601
|
function de(j, I, A) {
|
|
3604
3602
|
for (var x = 0, $ = [0, 0], P = I.length, F = A.length, ee, J = 0; J < P; J++)
|
|
3605
|
-
ee =
|
|
3603
|
+
ee = ce(j, x), x = ee.offp, I[J] = I[J] ^ ee.key;
|
|
3606
3604
|
for (J = 0; J < P; J += 2)
|
|
3607
3605
|
$ = Q($, 0, I, A), I[J] = $[0], I[J + 1] = $[1];
|
|
3608
3606
|
for (J = 0; J < F; J += 2)
|
|
@@ -3610,11 +3608,11 @@ const _1 = {}, y1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
3610
3608
|
}
|
|
3611
3609
|
function Ae(j, I, A, x) {
|
|
3612
3610
|
for (var $ = 0, P = [0, 0], F = A.length, ee = x.length, J, oe = 0; oe < F; oe++)
|
|
3613
|
-
J =
|
|
3611
|
+
J = ce(I, $), $ = J.offp, A[oe] = A[oe] ^ J.key;
|
|
3614
3612
|
for ($ = 0, oe = 0; oe < F; oe += 2)
|
|
3615
|
-
J =
|
|
3613
|
+
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
3614
|
for (oe = 0; oe < ee; oe += 2)
|
|
3617
|
-
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), x[oe] = P[0], x[oe + 1] = P[1];
|
|
3618
3616
|
}
|
|
3619
3617
|
function Ce(j, I, A, x, $) {
|
|
3620
3618
|
var P = U.slice(), F = P.length, ee;
|
|
@@ -6123,7 +6121,7 @@ const ku = Fn.extend({
|
|
|
6123
6121
|
users: c.array(Rt)
|
|
6124
6122
|
}), $y = Fn.extend({
|
|
6125
6123
|
sessions: c.array(xd)
|
|
6126
|
-
}), xy = new
|
|
6124
|
+
}), xy = new ae().openapi(
|
|
6127
6125
|
M({
|
|
6128
6126
|
tags: ["users"],
|
|
6129
6127
|
method: "get",
|
|
@@ -6299,48 +6297,53 @@ const ku = Fn.extend({
|
|
|
6299
6297
|
async (t) => {
|
|
6300
6298
|
const { "tenant-id": e } = t.req.valid("header"), n = t.req.valid("json");
|
|
6301
6299
|
t.set("body", n);
|
|
6302
|
-
const {
|
|
6303
|
-
|
|
6304
|
-
|
|
6305
|
-
|
|
6300
|
+
const {
|
|
6301
|
+
email: r,
|
|
6302
|
+
phone_number: i,
|
|
6303
|
+
name: s,
|
|
6304
|
+
linked_to: o,
|
|
6305
|
+
email_verified: a,
|
|
6306
|
+
provider: d,
|
|
6307
|
+
connection: l
|
|
6308
|
+
} = n, u = `${n.provider}|${n.user_id || ro()}`;
|
|
6306
6309
|
try {
|
|
6307
|
-
const
|
|
6308
|
-
email:
|
|
6309
|
-
user_id:
|
|
6310
|
-
name:
|
|
6311
|
-
|
|
6312
|
-
|
|
6313
|
-
|
|
6314
|
-
|
|
6315
|
-
email_verified:
|
|
6310
|
+
const f = await t.env.data.users.create(e, {
|
|
6311
|
+
email: r,
|
|
6312
|
+
user_id: u,
|
|
6313
|
+
name: s || r || i,
|
|
6314
|
+
phone_number: i,
|
|
6315
|
+
provider: d,
|
|
6316
|
+
connection: l,
|
|
6317
|
+
linked_to: o ?? void 0,
|
|
6318
|
+
email_verified: a || !1,
|
|
6316
6319
|
last_ip: "",
|
|
6317
6320
|
is_social: !1,
|
|
6318
6321
|
last_login: (/* @__PURE__ */ new Date()).toISOString()
|
|
6319
6322
|
});
|
|
6320
|
-
t.set("user_id",
|
|
6321
|
-
const
|
|
6323
|
+
t.set("user_id", f.user_id);
|
|
6324
|
+
const m = be(t, {
|
|
6322
6325
|
type: ye.SUCCESS_API_OPERATION,
|
|
6323
6326
|
description: "User created"
|
|
6324
6327
|
});
|
|
6325
|
-
Nt(t, t.env.data.logs.create(e,
|
|
6326
|
-
const
|
|
6327
|
-
...
|
|
6328
|
+
Nt(t, t.env.data.logs.create(e, m));
|
|
6329
|
+
const w = {
|
|
6330
|
+
...f,
|
|
6328
6331
|
identities: [
|
|
6329
6332
|
{
|
|
6330
|
-
connection:
|
|
6331
|
-
provider:
|
|
6332
|
-
user_id: gu(
|
|
6333
|
-
isSocial:
|
|
6333
|
+
connection: f.connection,
|
|
6334
|
+
provider: f.provider,
|
|
6335
|
+
user_id: gu(f.user_id),
|
|
6336
|
+
isSocial: f.is_social
|
|
6334
6337
|
}
|
|
6335
6338
|
]
|
|
6336
6339
|
};
|
|
6337
|
-
return t.json(Rt.parse(
|
|
6340
|
+
return t.json(Rt.parse(w), {
|
|
6338
6341
|
status: 201
|
|
6339
6342
|
});
|
|
6340
|
-
} catch (
|
|
6341
|
-
throw
|
|
6343
|
+
} catch (f) {
|
|
6344
|
+
throw f.message === "User already exists" ? new C(409, {
|
|
6342
6345
|
message: "User already exists"
|
|
6343
|
-
}) :
|
|
6346
|
+
}) : f;
|
|
6344
6347
|
}
|
|
6345
6348
|
}
|
|
6346
6349
|
).openapi(
|
|
@@ -6682,12 +6685,12 @@ var Su;
|
|
|
6682
6685
|
return H(T) || (T = kt(T)), x(S, E, T);
|
|
6683
6686
|
}
|
|
6684
6687
|
e("hasMetadata", Q);
|
|
6685
|
-
function
|
|
6688
|
+
function ce(S, E, T) {
|
|
6686
6689
|
if (!me(E))
|
|
6687
6690
|
throw new TypeError();
|
|
6688
6691
|
return H(T) || (T = kt(T)), $(S, E, T);
|
|
6689
6692
|
}
|
|
6690
|
-
e("hasOwnMetadata",
|
|
6693
|
+
e("hasOwnMetadata", ce);
|
|
6691
6694
|
function de(S, E, T) {
|
|
6692
6695
|
if (!me(E))
|
|
6693
6696
|
throw new TypeError();
|
|
@@ -10476,10 +10479,10 @@ var Ph = { exports: {} };
|
|
|
10476
10479
|
for (U = _ - v, O = ":"; U--; )
|
|
10477
10480
|
O += "0:";
|
|
10478
10481
|
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(":"),
|
|
10482
|
+
const Q = h.split(":"), ce = [];
|
|
10480
10483
|
for (let de = 0; de < Q.length; de++)
|
|
10481
|
-
|
|
10482
|
-
return
|
|
10484
|
+
ce.push(parseInt(Q[de], 16));
|
|
10485
|
+
return ce;
|
|
10483
10486
|
}(), {
|
|
10484
10487
|
parts: _,
|
|
10485
10488
|
zoneId: N
|
|
@@ -15672,7 +15675,7 @@ async function ww(t) {
|
|
|
15672
15675
|
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
15676
|
return Va(await g0(s));
|
|
15674
15677
|
}
|
|
15675
|
-
const vw = 1e3 * 60 * 60 * 24, bw = new
|
|
15678
|
+
const vw = 1e3 * 60 * 60 * 24, bw = new ae().openapi(
|
|
15676
15679
|
M({
|
|
15677
15680
|
tags: ["keys"],
|
|
15678
15681
|
method: "get",
|
|
@@ -15804,7 +15807,7 @@ const vw = 1e3 * 60 * 60 * 24, bw = new ce().openapi(
|
|
|
15804
15807
|
});
|
|
15805
15808
|
return await t.env.data.keys.create(r), t.text("OK");
|
|
15806
15809
|
}
|
|
15807
|
-
), $w = new
|
|
15810
|
+
), $w = new ae().openapi(
|
|
15808
15811
|
M({
|
|
15809
15812
|
tags: ["users"],
|
|
15810
15813
|
method: "get",
|
|
@@ -15839,7 +15842,7 @@ const vw = 1e3 * 60 * 60 * 24, bw = new ce().openapi(
|
|
|
15839
15842
|
}
|
|
15840
15843
|
), xw = Fn.extend({
|
|
15841
15844
|
clients: c.array(Zn)
|
|
15842
|
-
}), kw = new
|
|
15845
|
+
}), kw = new ae().openapi(
|
|
15843
15846
|
M({
|
|
15844
15847
|
tags: ["clients"],
|
|
15845
15848
|
method: "get",
|
|
@@ -16057,7 +16060,7 @@ bd.extend({
|
|
|
16057
16060
|
}).catchall(c.any());
|
|
16058
16061
|
const Sw = Fn.extend({
|
|
16059
16062
|
tenants: c.array(Dr)
|
|
16060
|
-
}), Aw = new
|
|
16063
|
+
}), Aw = new ae().openapi(
|
|
16061
16064
|
M({
|
|
16062
16065
|
tags: ["tenants"],
|
|
16063
16066
|
method: "get",
|
|
@@ -16216,7 +16219,7 @@ const Sw = Fn.extend({
|
|
|
16216
16219
|
}
|
|
16217
16220
|
), Ew = Fn.extend({
|
|
16218
16221
|
logs: c.array(Fa)
|
|
16219
|
-
}), Nw = new
|
|
16222
|
+
}), Nw = new ae().openapi(
|
|
16220
16223
|
M({
|
|
16221
16224
|
tags: ["logs"],
|
|
16222
16225
|
method: "get",
|
|
@@ -16290,7 +16293,7 @@ const Sw = Fn.extend({
|
|
|
16290
16293
|
}
|
|
16291
16294
|
), Cw = Fn.extend({
|
|
16292
16295
|
hooks: c.array(Ur)
|
|
16293
|
-
}), Iw = new
|
|
16296
|
+
}), Iw = new ae().openapi(
|
|
16294
16297
|
M({
|
|
16295
16298
|
tags: ["hooks"],
|
|
16296
16299
|
method: "get",
|
|
@@ -16481,7 +16484,7 @@ const Sw = Fn.extend({
|
|
|
16481
16484
|
}
|
|
16482
16485
|
), Ow = Fn.extend({
|
|
16483
16486
|
connections: c.array(vn)
|
|
16484
|
-
}), jw = new
|
|
16487
|
+
}), jw = new ae().openapi(
|
|
16485
16488
|
M({
|
|
16486
16489
|
tags: ["connections"],
|
|
16487
16490
|
method: "get",
|
|
@@ -16680,7 +16683,7 @@ const Sw = Fn.extend({
|
|
|
16680
16683
|
const { "tenant-id": e } = t.req.valid("header"), n = t.req.valid("json"), r = await t.env.data.connections.create(e, n);
|
|
16681
16684
|
return t.json(r, { status: 201 });
|
|
16682
16685
|
}
|
|
16683
|
-
), Pw = new
|
|
16686
|
+
), Pw = new ae().openapi(
|
|
16684
16687
|
M({
|
|
16685
16688
|
tags: ["prompts"],
|
|
16686
16689
|
method: "get",
|
|
@@ -16836,7 +16839,7 @@ function $g(t) {
|
|
|
16836
16839
|
return await n();
|
|
16837
16840
|
};
|
|
16838
16841
|
}
|
|
16839
|
-
const Lw = new
|
|
16842
|
+
const Lw = new ae().openapi(
|
|
16840
16843
|
M({
|
|
16841
16844
|
tags: ["emails"],
|
|
16842
16845
|
method: "get",
|
|
@@ -16932,7 +16935,7 @@ const Lw = new ce().openapi(
|
|
|
16932
16935
|
const { "tenant-id": e } = t.req.valid("header"), n = t.req.valid("json");
|
|
16933
16936
|
return await t.env.data.emailProviders.update(e, n), t.text("OK");
|
|
16934
16937
|
}
|
|
16935
|
-
), Uw = new
|
|
16938
|
+
), Uw = new ae().openapi(
|
|
16936
16939
|
M({
|
|
16937
16940
|
tags: ["sessions"],
|
|
16938
16941
|
method: "get",
|
|
@@ -17033,7 +17036,7 @@ const Lw = new ce().openapi(
|
|
|
17033
17036
|
});
|
|
17034
17037
|
return t.text("Session deletion request accepted.", { status: 202 });
|
|
17035
17038
|
}
|
|
17036
|
-
), Mw = new
|
|
17039
|
+
), Mw = new ae().openapi(
|
|
17037
17040
|
M({
|
|
17038
17041
|
tags: ["refresh_tokens"],
|
|
17039
17042
|
method: "get",
|
|
@@ -17100,7 +17103,7 @@ const Lw = new ce().openapi(
|
|
|
17100
17103
|
});
|
|
17101
17104
|
return t.text("OK");
|
|
17102
17105
|
}
|
|
17103
|
-
), Fw = new
|
|
17106
|
+
), Fw = new ae().openapi(
|
|
17104
17107
|
M({
|
|
17105
17108
|
tags: ["custom-domains"],
|
|
17106
17109
|
method: "get",
|
|
@@ -17444,9 +17447,9 @@ function xl(t, e) {
|
|
|
17444
17447
|
await Promise.resolve(n.delete(Ce));
|
|
17445
17448
|
return await v.apply(m, U);
|
|
17446
17449
|
}
|
|
17447
|
-
const Q = Vw(f, _, U),
|
|
17448
|
-
if (
|
|
17449
|
-
return
|
|
17450
|
+
const Q = Vw(f, _, U), ce = await Promise.resolve(n.get(Q));
|
|
17451
|
+
if (ce !== void 0)
|
|
17452
|
+
return ce;
|
|
17450
17453
|
const de = await v.apply(m, U);
|
|
17451
17454
|
if (await n.set(Q, de, N), o > 0) {
|
|
17452
17455
|
const Ae = await Promise.resolve(n.getKeysByPrefix(""));
|
|
@@ -17465,7 +17468,7 @@ function xl(t, e) {
|
|
|
17465
17468
|
return u;
|
|
17466
17469
|
}
|
|
17467
17470
|
function Dw(t) {
|
|
17468
|
-
const e = new
|
|
17471
|
+
const e = new ae();
|
|
17469
17472
|
e.use(
|
|
17470
17473
|
s0({
|
|
17471
17474
|
origin: (r) => {
|
|
@@ -18636,7 +18639,7 @@ async function uf(t, e, n, r, i, s) {
|
|
|
18636
18639
|
`${lt(t.env)}login/identifier?state=${a.id}&error=${n}`
|
|
18637
18640
|
);
|
|
18638
18641
|
}
|
|
18639
|
-
const Av = new
|
|
18642
|
+
const Av = new ae().openapi(
|
|
18640
18643
|
M({
|
|
18641
18644
|
tags: ["oauth2"],
|
|
18642
18645
|
method: "get",
|
|
@@ -18772,7 +18775,7 @@ function Ev(t, e, n) {
|
|
|
18772
18775
|
}
|
|
18773
18776
|
return t.hostname === e.hostname;
|
|
18774
18777
|
}
|
|
18775
|
-
const Nv = new
|
|
18778
|
+
const Nv = new ae().openapi(
|
|
18776
18779
|
M({
|
|
18777
18780
|
tags: ["oauth2"],
|
|
18778
18781
|
method: "get",
|
|
@@ -18869,7 +18872,7 @@ const Nv = new ce().openapi(
|
|
|
18869
18872
|
family_name: c.string().optional(),
|
|
18870
18873
|
given_name: c.string().optional(),
|
|
18871
18874
|
email_verified: c.boolean()
|
|
18872
|
-
}), Cv = new
|
|
18875
|
+
}), Cv = new ae().openapi(
|
|
18873
18876
|
M({
|
|
18874
18877
|
tags: ["oauth2"],
|
|
18875
18878
|
method: "get",
|
|
@@ -18904,7 +18907,7 @@ const Nv = new ce().openapi(
|
|
|
18904
18907
|
});
|
|
18905
18908
|
return t.json(pf.parse({ ...e, sub: e.user_id }));
|
|
18906
18909
|
}
|
|
18907
|
-
), Iv = new
|
|
18910
|
+
), Iv = new ae().openapi(
|
|
18908
18911
|
M({
|
|
18909
18912
|
tags: ["well known"],
|
|
18910
18913
|
method: "get",
|
|
@@ -20958,7 +20961,7 @@ function Db(t) {
|
|
|
20958
20961
|
}
|
|
20959
20962
|
return {};
|
|
20960
20963
|
}
|
|
20961
|
-
const zb = new
|
|
20964
|
+
const zb = new ae().openapi(
|
|
20962
20965
|
M({
|
|
20963
20966
|
tags: ["oauth2"],
|
|
20964
20967
|
method: "post",
|
|
@@ -21302,7 +21305,7 @@ async function Hb(t, e, n, r) {
|
|
|
21302
21305
|
}
|
|
21303
21306
|
});
|
|
21304
21307
|
}
|
|
21305
|
-
const Kb = new
|
|
21308
|
+
const Kb = new ae().openapi(
|
|
21306
21309
|
M({
|
|
21307
21310
|
tags: ["dbconnections"],
|
|
21308
21311
|
method: "post",
|
|
@@ -21452,7 +21455,7 @@ function Mn() {
|
|
|
21452
21455
|
e += t[Math.floor(Math.random() * 10)];
|
|
21453
21456
|
return e.toString();
|
|
21454
21457
|
}
|
|
21455
|
-
const Gb = new
|
|
21458
|
+
const Gb = new ae().openapi(
|
|
21456
21459
|
M({
|
|
21457
21460
|
tags: ["passwordless"],
|
|
21458
21461
|
method: "post",
|
|
@@ -21710,7 +21713,7 @@ async function Wb(t, e, n, r) {
|
|
|
21710
21713
|
});
|
|
21711
21714
|
await Hg(t, n, a.code_id, r);
|
|
21712
21715
|
}
|
|
21713
|
-
const Jb = new
|
|
21716
|
+
const Jb = new ae().openapi(
|
|
21714
21717
|
M({
|
|
21715
21718
|
tags: ["oauth"],
|
|
21716
21719
|
method: "post",
|
|
@@ -21986,17 +21989,17 @@ async function e$({
|
|
|
21986
21989
|
response_type: u
|
|
21987
21990
|
}) {
|
|
21988
21991
|
const { env: f } = t, m = new URL(r), w = `${m.protocol}//${m.host}`;
|
|
21989
|
-
async function h(
|
|
21992
|
+
async function h(ce = "Login required") {
|
|
21990
21993
|
const de = be(t, {
|
|
21991
21994
|
type: ye.FAILED_SILENT_AUTH,
|
|
21992
|
-
description:
|
|
21995
|
+
description: ce
|
|
21993
21996
|
});
|
|
21994
21997
|
return await t.env.data.logs.create(e.tenant.id, de), t.html(
|
|
21995
21998
|
Lf(
|
|
21996
21999
|
w,
|
|
21997
22000
|
JSON.stringify({
|
|
21998
22001
|
error: "login_required",
|
|
21999
|
-
error_description:
|
|
22002
|
+
error_description: ce,
|
|
22000
22003
|
state: i
|
|
22001
22004
|
})
|
|
22002
22005
|
)
|
|
@@ -22052,7 +22055,7 @@ async function e$({
|
|
|
22052
22055
|
headers: U
|
|
22053
22056
|
});
|
|
22054
22057
|
}
|
|
22055
|
-
const t$ = new
|
|
22058
|
+
const t$ = new ae().openapi(
|
|
22056
22059
|
M({
|
|
22057
22060
|
tags: ["oauth"],
|
|
22058
22061
|
method: "get",
|
|
@@ -22119,7 +22122,7 @@ const t$ = new ce().openapi(
|
|
|
22119
22122
|
t.set("log", "authorize");
|
|
22120
22123
|
const Q = await Bi(e, n);
|
|
22121
22124
|
t.set("client_id", Q.id), t.set("tenant_id", Q.tenant.id);
|
|
22122
|
-
const
|
|
22125
|
+
const ce = {
|
|
22123
22126
|
redirect_uri: i,
|
|
22124
22127
|
scope: s,
|
|
22125
22128
|
state: o,
|
|
@@ -22140,11 +22143,11 @@ const t$ = new ce().openapi(
|
|
|
22140
22143
|
throw new C(403, {
|
|
22141
22144
|
message: `Origin ${de} not allowed`
|
|
22142
22145
|
});
|
|
22143
|
-
if (
|
|
22146
|
+
if (ce.redirect_uri && !jg(ce.redirect_uri, Q.callbacks || [], {
|
|
22144
22147
|
allowPathWildcards: !0
|
|
22145
22148
|
}))
|
|
22146
22149
|
throw new C(400, {
|
|
22147
|
-
message: `Invalid redirect URI - ${
|
|
22150
|
+
message: `Invalid redirect URI - ${ce.redirect_uri}`
|
|
22148
22151
|
});
|
|
22149
22152
|
const Ae = hs(
|
|
22150
22153
|
Q.tenant.id,
|
|
@@ -22169,17 +22172,17 @@ const t$ = new ce().openapi(
|
|
|
22169
22172
|
scope: s
|
|
22170
22173
|
});
|
|
22171
22174
|
}
|
|
22172
|
-
return l && l !== "email" ? Sv(t, Q, l,
|
|
22175
|
+
return l && l !== "email" ? Sv(t, Q, l, ce) : _ ? Qb(
|
|
22173
22176
|
t,
|
|
22174
22177
|
Q.tenant.id,
|
|
22175
22178
|
_,
|
|
22176
|
-
|
|
22179
|
+
ce,
|
|
22177
22180
|
v
|
|
22178
22181
|
) : Xb({
|
|
22179
22182
|
ctx: t,
|
|
22180
22183
|
client: Q,
|
|
22181
22184
|
auth0Client: k,
|
|
22182
|
-
authParams:
|
|
22185
|
+
authParams: ce,
|
|
22183
22186
|
session: Pe || void 0,
|
|
22184
22187
|
connection: l,
|
|
22185
22188
|
login_hint: N
|
|
@@ -22187,7 +22190,7 @@ const t$ = new ce().openapi(
|
|
|
22187
22190
|
}
|
|
22188
22191
|
);
|
|
22189
22192
|
function n$(t) {
|
|
22190
|
-
const e = new
|
|
22193
|
+
const e = new ae();
|
|
22191
22194
|
e.use(async (r, i) => {
|
|
22192
22195
|
const s = ao(r, t.dataAdapter), o = xl(s, {
|
|
22193
22196
|
defaultTtl: 3e5,
|
|
@@ -23100,18 +23103,19 @@ const N$ = (t) => {
|
|
|
23100
23103
|
email: r,
|
|
23101
23104
|
client: i
|
|
23102
23105
|
}) => {
|
|
23103
|
-
const s = i.connections.map(({ strategy:
|
|
23104
|
-
let h = "text", _ = "username"
|
|
23105
|
-
|
|
23106
|
-
|
|
23106
|
+
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;
|
|
23107
|
+
let h = "text", _ = "username";
|
|
23108
|
+
const v = o && a ? "email_or_phone_placeholder" : o ? "email_placeholder" : "phone_placeholder";
|
|
23109
|
+
let k = B.t(
|
|
23110
|
+
v,
|
|
23111
|
+
o && a ? "Email or Phone Number" : o ? "Email Address" : "Phone Number"
|
|
23107
23112
|
);
|
|
23108
|
-
const k = "login_description_template", Q = o && a ? "auth_method_email_or_phone" : o ? "auth_method_email" : "auth_method_phone";
|
|
23109
23113
|
return /* @__PURE__ */ y(Ge, { title: B.t("welcome"), vendorSettings: e, children: [
|
|
23110
23114
|
/* @__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(
|
|
23115
|
+
/* @__PURE__ */ y("div", { className: "mb-8 text-gray-300", children: B.t("login_description_template", {
|
|
23116
|
+
authMethod: B.t(v, {
|
|
23113
23117
|
defaultValue: o && a ? "email or phone number" : o ? "email address" : "phone number"
|
|
23114
|
-
}),
|
|
23118
|
+
}).toLocaleLowerCase(),
|
|
23115
23119
|
defaultValue: "Sign in with your {{authMethod}}"
|
|
23116
23120
|
}) }),
|
|
23117
23121
|
/* @__PURE__ */ y("div", { className: "flex flex-1 flex-col justify-center", children: [
|
|
@@ -23121,7 +23125,7 @@ const N$ = (t) => {
|
|
|
23121
23125
|
{
|
|
23122
23126
|
type: h,
|
|
23123
23127
|
name: _,
|
|
23124
|
-
placeholder:
|
|
23128
|
+
placeholder: k,
|
|
23125
23129
|
className: dn(
|
|
23126
23130
|
"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
23131
|
{
|
|
@@ -23206,7 +23210,7 @@ function B$(t) {
|
|
|
23206
23210
|
const e = atob(t), n = JSON.parse(e);
|
|
23207
23211
|
return T$.includes(n.name) ? "code" : "link";
|
|
23208
23212
|
}
|
|
23209
|
-
const R$ = new
|
|
23213
|
+
const R$ = new ae().openapi(
|
|
23210
23214
|
M({
|
|
23211
23215
|
tags: ["login"],
|
|
23212
23216
|
method: "get",
|
|
@@ -23809,8 +23813,8 @@ var hi = "_hp", L$ = {
|
|
|
23809
23813
|
if (n === 2 && (N.innerHTML = ""), (m || h) && _(N), !a && !o)
|
|
23810
23814
|
return;
|
|
23811
23815
|
let U = Jn[Q = N.getAttribute(O)] || (Jn[Q] = new Promise(
|
|
23812
|
-
(
|
|
23813
|
-
N.addEventListener("load",
|
|
23816
|
+
(ce, de) => {
|
|
23817
|
+
N.addEventListener("load", ce), N.addEventListener("error", de);
|
|
23814
23818
|
}
|
|
23815
23819
|
));
|
|
23816
23820
|
o && (U = U.then(o)), a && (U = U.catch(a)), U.catch(() => {
|
|
@@ -23819,8 +23823,8 @@ var hi = "_hp", L$ = {
|
|
|
23819
23823
|
if (i && l === "render") {
|
|
23820
23824
|
const N = rs[t][0];
|
|
23821
23825
|
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",
|
|
23826
|
+
const O = e[N], U = Jn[O] || (Jn[O] = new Promise((Q, ce) => {
|
|
23827
|
+
_(f), f.addEventListener("load", Q), f.addEventListener("error", ce);
|
|
23824
23828
|
}));
|
|
23825
23829
|
G$(U);
|
|
23826
23830
|
}
|
|
@@ -24027,7 +24031,7 @@ const zl = (t) => {
|
|
|
24027
24031
|
]
|
|
24028
24032
|
}
|
|
24029
24033
|
);
|
|
24030
|
-
}, s4 = new
|
|
24034
|
+
}, s4 = new ae().openapi(
|
|
24031
24035
|
M({
|
|
24032
24036
|
tags: ["login"],
|
|
24033
24037
|
method: "get",
|
|
@@ -24305,7 +24309,7 @@ const Pa = (t) => {
|
|
|
24305
24309
|
<\/script>
|
|
24306
24310
|
`])))
|
|
24307
24311
|
] });
|
|
24308
|
-
}, u4 = new
|
|
24312
|
+
}, u4 = new ae().openapi(
|
|
24309
24313
|
M({
|
|
24310
24314
|
tags: ["login"],
|
|
24311
24315
|
method: "get",
|
|
@@ -24482,7 +24486,7 @@ const Pa = (t) => {
|
|
|
24482
24486
|
/* @__PURE__ */ y("div", { className: "flex flex-1 flex-col justify-center", children: e }),
|
|
24483
24487
|
i ? /* @__PURE__ */ y(Ot, { state: i }) : ""
|
|
24484
24488
|
] });
|
|
24485
|
-
}, p4 = new
|
|
24489
|
+
}, p4 = new ae().openapi(
|
|
24486
24490
|
M({
|
|
24487
24491
|
tags: ["login"],
|
|
24488
24492
|
method: "get",
|
|
@@ -24696,7 +24700,7 @@ const Pa = (t) => {
|
|
|
24696
24700
|
]
|
|
24697
24701
|
}
|
|
24698
24702
|
);
|
|
24699
|
-
}, f4 = new
|
|
24703
|
+
}, f4 = new ae().openapi(
|
|
24700
24704
|
M({
|
|
24701
24705
|
tags: ["login"],
|
|
24702
24706
|
method: "get",
|
|
@@ -24896,7 +24900,7 @@ const Pa = (t) => {
|
|
|
24896
24900
|
] }),
|
|
24897
24901
|
/* @__PURE__ */ y(Ot, { state: n })
|
|
24898
24902
|
] });
|
|
24899
|
-
}, m4 = new
|
|
24903
|
+
}, m4 = new ae().openapi(
|
|
24900
24904
|
M({
|
|
24901
24905
|
tags: ["login"],
|
|
24902
24906
|
method: "get",
|
|
@@ -24997,7 +25001,7 @@ const Pa = (t) => {
|
|
|
24997
25001
|
}
|
|
24998
25002
|
)
|
|
24999
25003
|
] })
|
|
25000
|
-
] }) }), y4 = new
|
|
25004
|
+
] }) }), y4 = new ae().openapi(
|
|
25001
25005
|
M({
|
|
25002
25006
|
tags: ["login"],
|
|
25003
25007
|
method: "get",
|
|
@@ -25102,7 +25106,7 @@ const Pa = (t) => {
|
|
|
25102
25106
|
]
|
|
25103
25107
|
}
|
|
25104
25108
|
);
|
|
25105
|
-
}, v4 = new
|
|
25109
|
+
}, v4 = new ae().openapi(
|
|
25106
25110
|
M({
|
|
25107
25111
|
tags: ["login"],
|
|
25108
25112
|
method: "get",
|
|
@@ -25192,7 +25196,7 @@ const Pa = (t) => {
|
|
|
25192
25196
|
]
|
|
25193
25197
|
}
|
|
25194
25198
|
);
|
|
25195
|
-
}, $4 = new
|
|
25199
|
+
}, $4 = new ae().openapi(
|
|
25196
25200
|
M({
|
|
25197
25201
|
tags: ["login"],
|
|
25198
25202
|
method: "get",
|
|
@@ -25224,7 +25228,7 @@ const Pa = (t) => {
|
|
|
25224
25228
|
)
|
|
25225
25229
|
);
|
|
25226
25230
|
}
|
|
25227
|
-
), x4 = new
|
|
25231
|
+
), x4 = new ae().openapi(
|
|
25228
25232
|
M({
|
|
25229
25233
|
tags: ["login"],
|
|
25230
25234
|
method: "get",
|
|
@@ -25285,7 +25289,7 @@ const Pa = (t) => {
|
|
|
25285
25289
|
]
|
|
25286
25290
|
}
|
|
25287
25291
|
);
|
|
25288
|
-
}, S4 = new
|
|
25292
|
+
}, S4 = new ae().openapi(
|
|
25289
25293
|
M({
|
|
25290
25294
|
tags: ["login"],
|
|
25291
25295
|
method: "get",
|
|
@@ -25379,7 +25383,7 @@ const Pa = (t) => {
|
|
|
25379
25383
|
]
|
|
25380
25384
|
}
|
|
25381
25385
|
);
|
|
25382
|
-
}, E4 = new
|
|
25386
|
+
}, E4 = new ae().openapi(
|
|
25383
25387
|
M({
|
|
25384
25388
|
tags: ["login"],
|
|
25385
25389
|
method: "get",
|
|
@@ -25423,7 +25427,7 @@ function SR() {
|
|
|
25423
25427
|
}
|
|
25424
25428
|
}
|
|
25425
25429
|
function N4(t) {
|
|
25426
|
-
const e = new
|
|
25430
|
+
const e = new ae();
|
|
25427
25431
|
e.use(async (r, i) => {
|
|
25428
25432
|
const s = ao(r, t.dataAdapter), o = xl(s, {
|
|
25429
25433
|
defaultTtl: 3e5,
|
|
@@ -25450,7 +25454,7 @@ const C4 = "Account detected", I4 = "We have detected that you have already crea
|
|
|
25450
25454
|
|
|
25451
25455
|
Please make sure to open the login link in the same browser you started the login with.
|
|
25452
25456
|
|
|
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 = "
|
|
25457
|
+
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
25458
|
"Server error: Invalid code": "Invalid code",
|
|
25455
25459
|
"Wrong email or verification code": {
|
|
25456
25460
|
"": "Wrong email or verification code."
|
|
@@ -25589,7 +25593,7 @@ You can click the link below to start a new login.`, O6 = "Invalid link", j6 = "
|
|
|
25589
25593
|
|
|
25590
25594
|
Assicuratevi di aprire il link di accesso con lo stesso browser con cui avete iniziato l'accesso.
|
|
25591
25595
|
|
|
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 = "
|
|
25596
|
+
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
25597
|
"Server error: Invalid code": "Codice non valido",
|
|
25594
25598
|
"Wrong email or verification code": {
|
|
25595
25599
|
"": "Email o codice di verifica errati."
|
|
@@ -25728,7 +25732,7 @@ Potete fare clic sul link sottostante per iniziare un nuovo accesso.`, Y5 = "Col
|
|
|
25728
25732
|
|
|
25729
25733
|
Sørg for å åpne påloggingslenken i samme nettleser som du startet påloggingen med.
|
|
25730
25734
|
|
|
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 = "
|
|
25735
|
+
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
25736
|
"Server error: Invalid code": "Ugyldig kode",
|
|
25733
25737
|
"Wrong email or verification code": {
|
|
25734
25738
|
"": "Feil e-post eller bekreftelseskode."
|
|
@@ -25867,7 +25871,7 @@ Du kan klikke på lenken nedenfor for å starte en ny pålogging.`, wk = "Ugyldi
|
|
|
25867
25871
|
|
|
25868
25872
|
Vänligen se till att öppna inloggningslänken i samma webbläsare som du startade inloggningen med.
|
|
25869
25873
|
|
|
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 = "
|
|
25874
|
+
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
25875
|
"Server error: Invalid code": "Koden är inte giltig",
|
|
25872
25876
|
"Wrong email or verification code": {
|
|
25873
25877
|
"": "Fel e-post eller verifieringskod."
|
|
@@ -26006,7 +26010,7 @@ Du kan klicka på länken nedan för att starta en ny inloggning.`, FS = "Ogilti
|
|
|
26006
26010
|
|
|
26007
26011
|
Upewnij się, że otworzyłeś link logowania w tej samej przeglądarce, w której rozpocząłeś logowanie.
|
|
26008
26012
|
|
|
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 = "
|
|
26013
|
+
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
26014
|
"Server error: Invalid code": "Nieprawidłowy kod",
|
|
26011
26015
|
"Wrong email or verification code": {
|
|
26012
26016
|
"": "Nieprawidłowy adres e-mail lub kod weryfikacyjny."
|
|
@@ -26145,7 +26149,7 @@ Możesz kliknąć poniższy link, aby rozpocząć nowe logowanie.`, aN = "Niepra
|
|
|
26145
26149
|
|
|
26146
26150
|
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
26151
|
|
|
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 = "
|
|
26152
|
+
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
26153
|
"Server error: Invalid code": "Neplatný kód",
|
|
26150
26154
|
"Wrong email or verification code": {
|
|
26151
26155
|
"": "Špatný e-mail nebo ověřovací kód."
|
|
@@ -26284,7 +26288,7 @@ Kliknutím na odkaz níže můžete zahájit nové přihlášení.`, NI = "Nepla
|
|
|
26284
26288
|
|
|
26285
26289
|
Varmista, että avaat kirjautumislinkin samalla selaimella, jolla aloitit kirjautumisen.
|
|
26286
26290
|
|
|
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 = "
|
|
26291
|
+
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
26292
|
"Server error: Invalid code": "Virheellinen koodi",
|
|
26289
26293
|
"Wrong email or verification code": {
|
|
26290
26294
|
"": "Väärä sähköpostiosoite tai vahvistuskoodi."
|
|
@@ -26442,7 +26446,7 @@ B.init({
|
|
|
26442
26446
|
}
|
|
26443
26447
|
});
|
|
26444
26448
|
function ER(t) {
|
|
26445
|
-
const e = new
|
|
26449
|
+
const e = new ae();
|
|
26446
26450
|
e.get("/", (s) => s.json({
|
|
26447
26451
|
name: "authhero"
|
|
26448
26452
|
}));
|