@ory/elements-react 0.0.0-pr.e3d2b7e1 → 0.0.0-pr.f1435f4
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/CHANGELOG.md +210 -0
- package/DEVELOPMENT.md +19 -4
- package/README.md +253 -4
- package/babel.config.js +10 -0
- package/dist/client/frontendClient.d.mts +5 -2
- package/dist/client/frontendClient.d.ts +5 -2
- package/dist/client/frontendClient.js +25 -2
- package/dist/client/frontendClient.js.map +1 -1
- package/dist/client/frontendClient.mjs +25 -2
- package/dist/client/frontendClient.mjs.map +1 -1
- package/dist/client/index.js +3 -3
- package/dist/index.d.mts +48 -5
- package/dist/index.d.ts +48 -5
- package/dist/index.js +807 -316
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +810 -320
- package/dist/index.mjs.map +1 -1
- package/dist/theme/default/index.css +175 -119
- package/dist/theme/default/index.css.map +1 -1
- package/dist/theme/default/index.d.mts +31 -5
- package/dist/theme/default/index.d.ts +31 -5
- package/dist/theme/default/index.js +4012 -670
- package/dist/theme/default/index.js.map +1 -1
- package/dist/theme/default/index.mjs +4046 -629
- package/dist/theme/default/index.mjs.map +1 -1
- package/package.json +22 -15
- package/tailwind/generated/default-variables.css +1 -1
- package/tsconfig.json +3 -2
- package/.storybook/global.css +0 -7
- package/.storybook/main.ts +0 -50
- package/.storybook/preview-head.html +0 -15
- package/.storybook/preview.tsx +0 -68
- package/.storybook/public/InterVariable.woff2 +0 -0
- package/.storybook/public/inter.css +0 -8
- package/.stub-responses/login/1fa/all-methods/initial-form.json +0 -245
- package/.stub-responses/login/1fa/all-methods/missing-email.json +0 -263
- package/.stub-responses/login/1fa/all-methods/wrong-credentials.json +0 -252
- package/.stub-responses/login/1fa/code/code-input.json +0 -135
- package/.stub-responses/login/1fa/code/initial-form.json +0 -173
- package/.stub-responses/login/1fa/code/invalid-account.json +0 -182
- package/.stub-responses/login/1fa/code/missing-email.json +0 -182
- package/.stub-responses/login/1fa/code/wrong-credentials.json +0 -124
- package/.stub-responses/login/1fa/none/initial-form.json +0 -33
- package/.stub-responses/login/1fa/oidc/credential-select-password.json +0 -120
- package/.stub-responses/login/1fa/oidc/credential-select.json +0 -81
- package/.stub-responses/login/1fa/oidc/initial-form.json +0 -279
- package/.stub-responses/login/1fa/passkey/initial-form.json +0 -122
- package/.stub-responses/login/1fa/password/initial-form.json +0 -154
- package/.stub-responses/login/1fa/password/missing-email.json +0 -172
- package/.stub-responses/login/1fa/password/wrong-credentials.json +0 -163
- package/.stub-responses/login/1fa/webauthn/initial-form.json +0 -76
- package/.stub-responses/login/1fa/webauthn/invalid-account.json +0 -83
- package/.stub-responses/login/1fa/webauthn/show-trigger.json +0 -105
- package/.stub-responses/recovery/disabled/initial-form.json +0 -9
- package/.stub-responses/recovery/none/initial-form.json +0 -9
- package/.stub-responses/registration/one-step/all-methods/initial-form.json +0 -334
- package/.stub-responses/registration/one-step/all-methods/missing-fields.json +0 -343
- package/.stub-responses/registration/one-step/disabled/initial-form.json +0 -10
- package/.stub-responses/registration/one-step/none/initial-form.json +0 -14
- package/.stub-responses/registration/one-step/oidc/initial-form.json +0 -338
- package/.stub-responses/registration/one-step/passkey/initial-form.json +0 -177
- package/.stub-responses/registration/one-step/password/initial-form.json +0 -154
- package/.stub-responses/registration/one-step/password/missing-fields.json +0 -172
- package/.stub-responses/registration/one-step/password/second-step.json +0 -164
- package/.stub-responses/registration/one-step/webauthn/initial-form.json +0 -185
- package/.stub-responses/registration/two-step/all-methods/enter-password.json +0 -242
- package/.stub-responses/registration/two-step/all-methods/initial-form.json +0 -180
- package/.stub-responses/registration/two-step/all-methods/missing-fields.json +0 -189
- package/.stub-responses/registration/two-step/all-methods/password-validation-error.json +0 -244
- package/.stub-responses/registration/two-step/password/enter-password.json +0 -108
- package/.stub-responses/registration/two-step/password/initial-form.json +0 -134
- package/.stub-responses/registration/two-step/password/missing-fields.json +0 -143
- package/.stub-responses/registration/two-step/password/password-validation-error.json +0 -110
- package/.stub-responses/settings/all-methods/change-password.json +0 -381
- package/.stub-responses/settings/all-methods/change-trait.json +0 -377
- package/.stub-responses/settings/all-methods/initial-form.json +0 -368
- package/.stub-responses/settings/oidc/with-provider.json +0 -229
- package/.stub-responses/settings/passkey/initial-form.json +0 -256
- package/.stub-responses/settings/webauthn/initial-form.json +0 -263
- package/.stub-responses/verification/disabled/initial-form.json +0 -9
- package/.stub-responses/verification/none/initial-form.json +0 -9
- package/stories/components/login/1fa/all.stories.ts +0 -46
- package/stories/components/login/1fa/code.stories.ts +0 -64
- package/stories/components/login/1fa/custom.stories.tsx +0 -74
- package/stories/components/login/1fa/none.stories.tsx +0 -28
- package/stories/components/login/1fa/oidc.stories.tsx +0 -140
- package/stories/components/login/1fa/passkey.stories.ts +0 -28
- package/stories/components/login/1fa/password.stories.ts +0 -46
- package/stories/components/login/1fa/webauthn.stories.ts +0 -46
- package/stories/components/registration/one-step/all-methods.stories.ts +0 -37
- package/stories/components/registration/one-step/password.stories.ts +0 -37
- package/stories/components/registration/one-step/webauthn.stories.ts +0 -28
- package/stories/components/registration/two-step/all-methods.stories.ts +0 -55
- package/stories/components/registration/two-step/password.stories.ts +0 -55
- package/stories/components/settings/all.stories.ts +0 -46
- package/stories/components/settings/oidc.stories.ts +0 -28
- package/stories/components/settings/passkey.stories.ts +0 -28
- package/stories/components/settings/webauthn.stories.ts +0 -28
- package/stories/pages/error.tsx +0 -29
- package/stories/utils.ts +0 -20
- package/storybook-static/InterVariable.woff2 +0 -0
- package/storybook-static/assets/Color-ERTF36HU-BdkKyVuV.js +0 -1
- package/storybook-static/assets/DocsRenderer-CFRXHY34-YqKt61zP.js +0 -595
- package/storybook-static/assets/all-methods.stories-B-rqPBX2.js +0 -11
- package/storybook-static/assets/all-methods.stories-CmMlhzsx.js +0 -21
- package/storybook-static/assets/all.stories-CtQ0yCQi.js +0 -16
- package/storybook-static/assets/all.stories-DgIVCzcZ.js +0 -16
- package/storybook-static/assets/chunk-H6MOWX77-DTQOW814.js +0 -1
- package/storybook-static/assets/code.stories-BbEryDcA.js +0 -26
- package/storybook-static/assets/custom.stories-DH2zHar9.js +0 -6
- package/storybook-static/assets/entry-preview-CcFGVifh.js +0 -10
- package/storybook-static/assets/entry-preview-docs-CyY-8bLe.js +0 -54
- package/storybook-static/assets/iframe-C5GAfuxh.js +0 -2
- package/storybook-static/assets/index-BVoBHvaS.js +0 -8
- package/storybook-static/assets/index-CfOt2XX2.js +0 -24
- package/storybook-static/assets/index-DPRSEdy-.js +0 -1
- package/storybook-static/assets/index-DrFu-skq.js +0 -6
- package/storybook-static/assets/index-FeUjBnvO.js +0 -1
- package/storybook-static/assets/index-uubelm5h.js +0 -9
- package/storybook-static/assets/initial-form-DWp_1F-f.js +0 -1
- package/storybook-static/assets/jsx-runtime-QvZ8i92b.js +0 -9
- package/storybook-static/assets/none.stories-TAeRhzd5.js +0 -6
- package/storybook-static/assets/oidc.stories-CniWBy7t.js +0 -58
- package/storybook-static/assets/oidc.stories-jhWzAyoQ.js +0 -6
- package/storybook-static/assets/passkey.stories-CBtjoVSN.js +0 -6
- package/storybook-static/assets/passkey.stories-CQU2Xw_t.js +0 -6
- package/storybook-static/assets/password.stories-0s6cDl0o.js +0 -11
- package/storybook-static/assets/password.stories-B2Wtckz_.js +0 -16
- package/storybook-static/assets/password.stories-DX0gkWjH.js +0 -21
- package/storybook-static/assets/preview-BBWR9nbA.js +0 -1
- package/storybook-static/assets/preview-BPAmP-pY.js +0 -2
- package/storybook-static/assets/preview-BWzBA1C2.js +0 -396
- package/storybook-static/assets/preview-BXtF2ySE.js +0 -234
- package/storybook-static/assets/preview-Cur_8nCX.css +0 -1
- package/storybook-static/assets/preview-D77C14du.js +0 -34
- package/storybook-static/assets/preview-DCjDUH0w.js +0 -27
- package/storybook-static/assets/preview-DFmD0pui.js +0 -1
- package/storybook-static/assets/preview-DGUiP6tS.js +0 -7
- package/storybook-static/assets/preview-aVwhiz9X.js +0 -1
- package/storybook-static/assets/react-18-CtsMCmcS.js +0 -1
- package/storybook-static/assets/settings-BqEFC2-V.css +0 -1
- package/storybook-static/assets/settings-Bx4osEmB.js +0 -2304
- package/storybook-static/assets/webauthn.stories-BzodmV0c.js +0 -6
- package/storybook-static/assets/webauthn.stories-DglGm7Ys.js +0 -6
- package/storybook-static/assets/webauthn.stories-G9E76Wjj.js +0 -16
- package/storybook-static/favicon.svg +0 -1
- package/storybook-static/iframe.html +0 -654
- package/storybook-static/index.html +0 -173
- package/storybook-static/index.json +0 -1
- package/storybook-static/inter.css +0 -8
- package/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/preview-stats.json +0 -2344
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js +0 -12
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +0 -394
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/interactions-8/manager-bundle.js +0 -211
- package/storybook-static/sb-addons/interactions-8/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +0 -3
- package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-common-assets/favicon.svg +0 -1
- package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/sb-manager/globals-module-info.js +0 -1006
- package/storybook-static/sb-manager/globals-runtime.js +0 -54400
- package/storybook-static/sb-manager/globals.js +0 -48
- package/storybook-static/sb-manager/runtime.js +0 -12089
- package/storybook-static/sb-preview/globals.js +0 -33
- package/storybook-static/sb-preview/runtime.js +0 -9498
package/dist/index.js
CHANGED
|
@@ -36,10 +36,14 @@ function useGroupSorter() {
|
|
|
36
36
|
}
|
|
37
37
|
var defaultNodeOrder = [
|
|
38
38
|
"oidc",
|
|
39
|
+
"saml",
|
|
39
40
|
"identifier_first",
|
|
40
41
|
"default",
|
|
41
42
|
"profile",
|
|
42
43
|
"password",
|
|
44
|
+
// CAPTCHA is below password because otherwise the password input field
|
|
45
|
+
// would be above the captcha. Somehow, we sort the password sign up button somewhere else to be always at the bottom.
|
|
46
|
+
"captcha",
|
|
43
47
|
"passkey",
|
|
44
48
|
"code",
|
|
45
49
|
"webauthn"
|
|
@@ -48,6 +52,11 @@ function defaultNodeSorter(a, b) {
|
|
|
48
52
|
var _a, _b;
|
|
49
53
|
const aGroupWeight = (_a = defaultNodeOrder.indexOf(a.group)) != null ? _a : 999;
|
|
50
54
|
const bGroupWeight = (_b = defaultNodeOrder.indexOf(b.group)) != null ? _b : 999;
|
|
55
|
+
if (b.group === "captcha" && clientFetch.isUiNodeInputAttributes(a.attributes) && a.attributes.type === "submit") {
|
|
56
|
+
return aGroupWeight - (bGroupWeight - 2);
|
|
57
|
+
} else if (a.group === "captcha" && clientFetch.isUiNodeInputAttributes(b.attributes) && b.attributes.type === "submit") {
|
|
58
|
+
return aGroupWeight - 2 - bGroupWeight;
|
|
59
|
+
}
|
|
51
60
|
return aGroupWeight - bGroupWeight;
|
|
52
61
|
}
|
|
53
62
|
var defaultGroupOrder = [
|
|
@@ -85,22 +94,25 @@ function OryComponentProvider({
|
|
|
85
94
|
}
|
|
86
95
|
);
|
|
87
96
|
}
|
|
88
|
-
function isChoosingMethod(
|
|
89
|
-
return
|
|
97
|
+
function isChoosingMethod(flow) {
|
|
98
|
+
return flow.flow.ui.nodes.some(
|
|
90
99
|
(node) => "name" in node.attributes && node.attributes.name === "screen" && "value" in node.attributes && node.attributes.value === "previous"
|
|
91
|
-
) ||
|
|
100
|
+
) || flow.flow.ui.nodes.some(
|
|
92
101
|
(node) => node.group === clientFetch.UiNodeGroupEnum.IdentifierFirst && "name" in node.attributes && node.attributes.name === "identifier" && node.attributes.type === "hidden"
|
|
93
|
-
);
|
|
102
|
+
) || flow.flowType === clientFetch.FlowType.Login && flow.flow.requested_aal === "aal2";
|
|
94
103
|
}
|
|
95
|
-
function
|
|
96
|
-
return nodes.filter(
|
|
104
|
+
function removeSsoNodes(nodes) {
|
|
105
|
+
return nodes.filter(
|
|
106
|
+
(node) => !(node.group === clientFetch.UiNodeGroupEnum.Oidc || node.group === clientFetch.UiNodeGroupEnum.Saml)
|
|
107
|
+
);
|
|
97
108
|
}
|
|
98
109
|
function getFinalNodes(uniqueGroups, selectedGroup) {
|
|
99
|
-
var _a, _b, _c;
|
|
110
|
+
var _a, _b, _c, _d;
|
|
100
111
|
const selectedNodes = selectedGroup ? (_a = uniqueGroups[selectedGroup]) != null ? _a : [] : [];
|
|
101
112
|
return [
|
|
102
113
|
...(_b = uniqueGroups == null ? void 0 : uniqueGroups.identifier_first) != null ? _b : [],
|
|
103
|
-
...(_c = uniqueGroups == null ? void 0 : uniqueGroups.default) != null ? _c : []
|
|
114
|
+
...(_c = uniqueGroups == null ? void 0 : uniqueGroups.default) != null ? _c : [],
|
|
115
|
+
...(_d = uniqueGroups == null ? void 0 : uniqueGroups.captcha) != null ? _d : []
|
|
104
116
|
].flat().filter(
|
|
105
117
|
(node) => "type" in node.attributes && node.attributes.type === "hidden"
|
|
106
118
|
).concat(selectedNodes);
|
|
@@ -172,25 +184,37 @@ function nodesToAuthMethodGroups(nodes, excludeAuthMethods = []) {
|
|
|
172
184
|
clientFetch.UiNodeGroupEnum.Default,
|
|
173
185
|
clientFetch.UiNodeGroupEnum.IdentifierFirst,
|
|
174
186
|
clientFetch.UiNodeGroupEnum.Profile,
|
|
187
|
+
clientFetch.UiNodeGroupEnum.Captcha,
|
|
175
188
|
...excludeAuthMethods
|
|
176
189
|
].includes(group)
|
|
177
190
|
);
|
|
178
191
|
}
|
|
179
|
-
function useNodesGroups(nodes) {
|
|
192
|
+
function useNodesGroups(nodes, { omit } = {}) {
|
|
180
193
|
const groupSorter = useGroupSorter();
|
|
181
194
|
const groups = react.useMemo(() => {
|
|
182
|
-
var _a;
|
|
195
|
+
var _a, _b;
|
|
183
196
|
const groups2 = {};
|
|
197
|
+
const groupRetained = {};
|
|
184
198
|
for (const node of nodes) {
|
|
185
|
-
if (node.type === "script") {
|
|
186
|
-
continue;
|
|
187
|
-
}
|
|
188
199
|
const groupNodes = (_a = groups2[node.group]) != null ? _a : [];
|
|
189
200
|
groupNodes.push(node);
|
|
190
201
|
groups2[node.group] = groupNodes;
|
|
202
|
+
if ((omit == null ? void 0 : omit.includes("script")) && clientFetch.isUiNodeScriptAttributes(node.attributes)) {
|
|
203
|
+
continue;
|
|
204
|
+
}
|
|
205
|
+
if ((omit == null ? void 0 : omit.includes("input_hidden")) && clientFetch.isUiNodeInputAttributes(node.attributes) && node.attributes.type === "hidden") {
|
|
206
|
+
continue;
|
|
207
|
+
}
|
|
208
|
+
groupRetained[node.group] = ((_b = groupRetained[node.group]) != null ? _b : 0) + 1;
|
|
209
|
+
}
|
|
210
|
+
const finalGroups = {};
|
|
211
|
+
for (const [group, count] of Object.entries(groupRetained)) {
|
|
212
|
+
if (count > 0) {
|
|
213
|
+
finalGroups[group] = groups2[group];
|
|
214
|
+
}
|
|
191
215
|
}
|
|
192
|
-
return
|
|
193
|
-
}, [nodes]);
|
|
216
|
+
return finalGroups;
|
|
217
|
+
}, [nodes, omit]);
|
|
194
218
|
const entries = react.useMemo(
|
|
195
219
|
() => Object.entries(groups).sort(([a], [b]) => groupSorter(a, b)),
|
|
196
220
|
[groups, groupSorter]
|
|
@@ -200,6 +224,9 @@ function useNodesGroups(nodes) {
|
|
|
200
224
|
entries
|
|
201
225
|
};
|
|
202
226
|
}
|
|
227
|
+
var findNode = (nodes, opt) => nodes.find((n) => {
|
|
228
|
+
return n.attributes.node_type === opt.node_type && (opt.group instanceof RegExp ? n.group.match(opt.group) : n.group === opt.group) && (opt.name && n.attributes.node_type === "input" ? opt.name instanceof RegExp ? n.attributes.name.match(opt.name) : n.attributes.name === opt.name : !opt.name);
|
|
229
|
+
});
|
|
203
230
|
|
|
204
231
|
// src/context/form-state.ts
|
|
205
232
|
function findMethodWithMessage(nodes) {
|
|
@@ -221,9 +248,11 @@ function parseStateFromFlow(flow) {
|
|
|
221
248
|
return { current: "method_active", method: "code" };
|
|
222
249
|
} else if (methodWithMessage) {
|
|
223
250
|
return { current: "method_active", method: methodWithMessage.group };
|
|
224
|
-
} else if (flow.flow.active && !["default", "identifier_first", "oidc"].includes(
|
|
251
|
+
} else if (flow.flow.active && !["default", "identifier_first", "oidc", "saml"].includes(
|
|
252
|
+
flow.flow.active
|
|
253
|
+
)) {
|
|
225
254
|
return { current: "method_active", method: flow.flow.active };
|
|
226
|
-
} else if (isChoosingMethod(flow
|
|
255
|
+
} else if (isChoosingMethod(flow)) {
|
|
227
256
|
const authMethods = nodesToAuthMethodGroups(flow.flow.ui.nodes);
|
|
228
257
|
if (authMethods.length === 1 && authMethods[0] !== "code") {
|
|
229
258
|
return { current: "method_active", method: authMethods[0] };
|
|
@@ -245,23 +274,32 @@ function parseStateFromFlow(flow) {
|
|
|
245
274
|
break;
|
|
246
275
|
case clientFetch.FlowType.Settings:
|
|
247
276
|
return { current: "settings" };
|
|
277
|
+
case clientFetch.FlowType.OAuth2Consent:
|
|
278
|
+
return { current: "method_active", method: "oauth2_consent" };
|
|
248
279
|
}
|
|
249
280
|
console.warn(
|
|
250
281
|
`[Ory/Elements React] Encountered an unknown form state on ${flow.flowType} flow with ID ${flow.flow.id}`
|
|
251
282
|
);
|
|
252
283
|
throw new Error("Unknown form state");
|
|
253
284
|
}
|
|
254
|
-
function formStateReducer(state, action) {
|
|
255
|
-
switch (action.type) {
|
|
256
|
-
case "action_flow_update":
|
|
257
|
-
return parseStateFromFlow(action.flow);
|
|
258
|
-
case "action_select_method":
|
|
259
|
-
return { current: "method_active", method: action.method };
|
|
260
|
-
}
|
|
261
|
-
return state;
|
|
262
|
-
}
|
|
263
285
|
function useFormStateReducer(flow) {
|
|
264
|
-
|
|
286
|
+
const action = parseStateFromFlow(flow);
|
|
287
|
+
const [selectedMethod, setSelectedMethod] = react.useState();
|
|
288
|
+
const formStateReducer = (state, action2) => {
|
|
289
|
+
switch (action2.type) {
|
|
290
|
+
case "action_flow_update": {
|
|
291
|
+
if (selectedMethod)
|
|
292
|
+
return { current: "method_active", method: selectedMethod };
|
|
293
|
+
return parseStateFromFlow(action2.flow);
|
|
294
|
+
}
|
|
295
|
+
case "action_select_method": {
|
|
296
|
+
setSelectedMethod(action2.method);
|
|
297
|
+
return { current: "method_active", method: action2.method };
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
return state;
|
|
301
|
+
};
|
|
302
|
+
return react.useReducer(formStateReducer, action);
|
|
265
303
|
}
|
|
266
304
|
function useOryFlow() {
|
|
267
305
|
const ctx = react.useContext(OryFlowContext);
|
|
@@ -351,6 +389,22 @@ function computeDefaultValues(nodes) {
|
|
|
351
389
|
if (attrs.name === "method" || attrs.type === "submit" || typeof attrs.value === "undefined") {
|
|
352
390
|
return acc;
|
|
353
391
|
}
|
|
392
|
+
if (attrs.name.startsWith("grant_scope")) {
|
|
393
|
+
const scope = attrs.value;
|
|
394
|
+
if (Array.isArray(acc.grant_scope)) {
|
|
395
|
+
return {
|
|
396
|
+
...acc,
|
|
397
|
+
// We want to have all scopes accepted by default, so that the user has to actively uncheck them.
|
|
398
|
+
grant_scope: [...acc.grant_scope, scope]
|
|
399
|
+
};
|
|
400
|
+
} else if (!acc.grant_scope) {
|
|
401
|
+
return {
|
|
402
|
+
...acc,
|
|
403
|
+
grant_scope: [scope]
|
|
404
|
+
};
|
|
405
|
+
}
|
|
406
|
+
return acc;
|
|
407
|
+
}
|
|
354
408
|
return unrollTrait(
|
|
355
409
|
{
|
|
356
410
|
name: attrs.name,
|
|
@@ -782,7 +836,7 @@ function useOryFormSubmit(onAfterSubmit) {
|
|
|
782
836
|
if ("lookup_secret_confirm" in submitData || "lookup_secret_reveal" in submitData || "lookup_secret_regenerate" in submitData || "lookup_secret_disable" in submitData) {
|
|
783
837
|
submitData.method = "lookup_secret";
|
|
784
838
|
}
|
|
785
|
-
if (submitData.method ===
|
|
839
|
+
if (submitData.method === clientFetch.UiNodeGroupEnum.Oidc && submitData.link && supportsSelectAccountPrompt.includes(submitData.link)) {
|
|
786
840
|
submitData.upstream_parameters = {
|
|
787
841
|
prompt: "select_account"
|
|
788
842
|
};
|
|
@@ -800,6 +854,19 @@ function useOryFormSubmit(onAfterSubmit) {
|
|
|
800
854
|
});
|
|
801
855
|
break;
|
|
802
856
|
}
|
|
857
|
+
case clientFetch.FlowType.OAuth2Consent: {
|
|
858
|
+
const response = await fetch(flowContainer.flow.ui.action, {
|
|
859
|
+
method: "POST",
|
|
860
|
+
body: JSON.stringify(data),
|
|
861
|
+
headers: {
|
|
862
|
+
"Content-Type": "application/json"
|
|
863
|
+
}
|
|
864
|
+
});
|
|
865
|
+
const oauth2Success = await response.json();
|
|
866
|
+
if (oauth2Success.redirect_to && typeof oauth2Success.redirect_to === "string") {
|
|
867
|
+
onRedirect(oauth2Success.redirect_to);
|
|
868
|
+
}
|
|
869
|
+
}
|
|
803
870
|
}
|
|
804
871
|
if ("password" in data) {
|
|
805
872
|
methods.setValue("password", "");
|
|
@@ -814,11 +881,15 @@ function useOryFormSubmit(onAfterSubmit) {
|
|
|
814
881
|
};
|
|
815
882
|
return onSubmit;
|
|
816
883
|
}
|
|
817
|
-
function OryForm({
|
|
818
|
-
|
|
884
|
+
function OryForm({
|
|
885
|
+
children,
|
|
886
|
+
onAfterSubmit,
|
|
887
|
+
"data-testid": dataTestId
|
|
888
|
+
}) {
|
|
819
889
|
const { Form } = useComponents();
|
|
820
890
|
const flowContainer = useOryFlow();
|
|
821
891
|
const methods = reactHookForm.useFormContext();
|
|
892
|
+
const { Message } = useComponents();
|
|
822
893
|
const intl = reactIntl.useIntl();
|
|
823
894
|
const onSubmit = useOryFormSubmit(onAfterSubmit);
|
|
824
895
|
const hasMethods = flowContainer.flow.ui.nodes.some((node) => {
|
|
@@ -833,15 +904,24 @@ function OryForm({ children, onAfterSubmit }) {
|
|
|
833
904
|
}
|
|
834
905
|
return false;
|
|
835
906
|
});
|
|
836
|
-
if (!hasMethods
|
|
837
|
-
|
|
838
|
-
id:
|
|
839
|
-
|
|
840
|
-
|
|
907
|
+
if (!hasMethods) {
|
|
908
|
+
const m = {
|
|
909
|
+
id: 5000002,
|
|
910
|
+
text: intl.formatMessage({
|
|
911
|
+
id: `identities.messages.${5000002}`,
|
|
912
|
+
defaultMessage: "No authentication methods are available for this request. Please contact the site or app owner."
|
|
913
|
+
}),
|
|
914
|
+
type: "error"
|
|
915
|
+
};
|
|
916
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { "data-testid": dataTestId, children: /* @__PURE__ */ jsxRuntime.jsx(Message.Root, { children: /* @__PURE__ */ jsxRuntime.jsx(Message.Content, { message: m }, m.id) }) });
|
|
917
|
+
}
|
|
918
|
+
if (flowContainer.flowType === clientFetch.FlowType.Login && flowContainer.formState.current === "method_active" && flowContainer.formState.method === "code") {
|
|
919
|
+
methods.setValue("method", "code");
|
|
841
920
|
}
|
|
842
921
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
843
922
|
Form.Root,
|
|
844
923
|
{
|
|
924
|
+
"data-testid": dataTestId,
|
|
845
925
|
action: flowContainer.flow.ui.action,
|
|
846
926
|
method: flowContainer.flow.ui.method,
|
|
847
927
|
onSubmit: (e) => void methods.handleSubmit(onSubmit)(e),
|
|
@@ -849,7 +929,15 @@ function OryForm({ children, onAfterSubmit }) {
|
|
|
849
929
|
}
|
|
850
930
|
);
|
|
851
931
|
}
|
|
852
|
-
var messageIdsToHide = [
|
|
932
|
+
var messageIdsToHide = [
|
|
933
|
+
1040009,
|
|
934
|
+
1060003,
|
|
935
|
+
1080003,
|
|
936
|
+
1010004,
|
|
937
|
+
1010014,
|
|
938
|
+
1040005,
|
|
939
|
+
1010016
|
|
940
|
+
];
|
|
853
941
|
function OryCardValidationMessages({ ...props }) {
|
|
854
942
|
var _a;
|
|
855
943
|
const { flow } = useOryFlow();
|
|
@@ -868,7 +956,7 @@ var NodeInput = ({
|
|
|
868
956
|
}) => {
|
|
869
957
|
var _a;
|
|
870
958
|
const { Node: Node2 } = useComponents();
|
|
871
|
-
const { setValue } = reactHookForm.useFormContext();
|
|
959
|
+
const { setValue, watch } = reactHookForm.useFormContext();
|
|
872
960
|
const {
|
|
873
961
|
onloadTrigger,
|
|
874
962
|
onclickTrigger,
|
|
@@ -880,15 +968,9 @@ var NodeInput = ({
|
|
|
880
968
|
} = attributes;
|
|
881
969
|
const isResendNode = ((_a = node.meta.label) == null ? void 0 : _a.id) === 1070008;
|
|
882
970
|
const isScreenSelectionNode = "name" in node.attributes && node.attributes.name === "screen";
|
|
883
|
-
const setFormValue = () => {
|
|
884
|
-
if (attrs.value && !(isResendNode || isScreenSelectionNode)) {
|
|
885
|
-
setValue(attrs.name, attrs.value);
|
|
886
|
-
}
|
|
887
|
-
};
|
|
888
971
|
const hasRun = react.useRef(false);
|
|
889
972
|
react.useEffect(
|
|
890
973
|
() => {
|
|
891
|
-
setFormValue();
|
|
892
974
|
if (!hasRun.current && onloadTrigger) {
|
|
893
975
|
hasRun.current = true;
|
|
894
976
|
triggerToWindowCall(onloadTrigger);
|
|
@@ -899,13 +981,25 @@ var NodeInput = ({
|
|
|
899
981
|
[]
|
|
900
982
|
);
|
|
901
983
|
const handleClick = () => {
|
|
902
|
-
setFormValue();
|
|
903
984
|
if (onclickTrigger) {
|
|
904
985
|
triggerToWindowCall(onclickTrigger);
|
|
905
986
|
}
|
|
906
987
|
};
|
|
907
|
-
const isSocial = (attrs.name === "provider" || attrs.name === "link") && node.group ===
|
|
988
|
+
const isSocial = (attrs.name === "provider" || attrs.name === "link") && (node.group === clientFetch.UiNodeGroupEnum.Oidc || node.group === clientFetch.UiNodeGroupEnum.Saml);
|
|
908
989
|
const isPinCodeInput = attrs.name === "code" && node.group === "code" || attrs.name === "totp_code" && node.group === "totp";
|
|
990
|
+
const handleScopeChange = (checked) => {
|
|
991
|
+
const scopes = watch("grant_scope");
|
|
992
|
+
if (Array.isArray(scopes)) {
|
|
993
|
+
if (checked) {
|
|
994
|
+
setValue("grant_scope", Array.from(/* @__PURE__ */ new Set([...scopes, attrs.value])));
|
|
995
|
+
} else {
|
|
996
|
+
setValue(
|
|
997
|
+
"grant_scope",
|
|
998
|
+
scopes.filter((scope) => scope !== attrs.value)
|
|
999
|
+
);
|
|
1000
|
+
}
|
|
1001
|
+
}
|
|
1002
|
+
};
|
|
909
1003
|
switch (attributes.type) {
|
|
910
1004
|
case clientFetch.UiNodeInputAttributesTypeEnum.Submit:
|
|
911
1005
|
case clientFetch.UiNodeInputAttributesTypeEnum.Button:
|
|
@@ -915,6 +1009,9 @@ var NodeInput = ({
|
|
|
915
1009
|
if (isResendNode || isScreenSelectionNode) {
|
|
916
1010
|
return null;
|
|
917
1011
|
}
|
|
1012
|
+
if (node.group === "oauth2_consent") {
|
|
1013
|
+
return null;
|
|
1014
|
+
}
|
|
918
1015
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
919
1016
|
Node2.Label,
|
|
920
1017
|
{
|
|
@@ -926,6 +1023,21 @@ var NodeInput = ({
|
|
|
926
1023
|
case clientFetch.UiNodeInputAttributesTypeEnum.DatetimeLocal:
|
|
927
1024
|
throw new Error("Not implemented");
|
|
928
1025
|
case clientFetch.UiNodeInputAttributesTypeEnum.Checkbox:
|
|
1026
|
+
if (node.group === "oauth2_consent" && node.attributes.node_type === "input") {
|
|
1027
|
+
switch (node.attributes.name) {
|
|
1028
|
+
case "grant_scope":
|
|
1029
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1030
|
+
Node2.ConsentScopeCheckbox,
|
|
1031
|
+
{
|
|
1032
|
+
attributes: attrs,
|
|
1033
|
+
node,
|
|
1034
|
+
onCheckedChange: handleScopeChange
|
|
1035
|
+
}
|
|
1036
|
+
);
|
|
1037
|
+
default:
|
|
1038
|
+
return null;
|
|
1039
|
+
}
|
|
1040
|
+
}
|
|
929
1041
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
930
1042
|
Node2.Label,
|
|
931
1043
|
{
|
|
@@ -952,6 +1064,9 @@ var NodeInput = ({
|
|
|
952
1064
|
};
|
|
953
1065
|
var Node = ({ node, onClick }) => {
|
|
954
1066
|
const { Node: Node2 } = useComponents();
|
|
1067
|
+
if (node.group === clientFetch.UiNodeGroupEnum.Captcha) {
|
|
1068
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Node2.Captcha, { node });
|
|
1069
|
+
}
|
|
955
1070
|
if (clientFetch.isUiNodeImageAttributes(node.attributes)) {
|
|
956
1071
|
return /* @__PURE__ */ jsxRuntime.jsx(Node2.Image, { node, attributes: node.attributes });
|
|
957
1072
|
} else if (clientFetch.isUiNodeTextAttributes(node.attributes)) {
|
|
@@ -984,7 +1099,9 @@ function OryFormOidcButtons() {
|
|
|
984
1099
|
flow: { ui }
|
|
985
1100
|
} = useOryFlow();
|
|
986
1101
|
const { setValue } = reactHookForm.useFormContext();
|
|
987
|
-
const filteredNodes = ui.nodes.filter(
|
|
1102
|
+
const filteredNodes = ui.nodes.filter(
|
|
1103
|
+
(node) => node.group === clientFetch.UiNodeGroupEnum.Oidc || node.group === clientFetch.UiNodeGroupEnum.Saml
|
|
1104
|
+
);
|
|
988
1105
|
const { Form, Node: Node2 } = useComponents();
|
|
989
1106
|
if (filteredNodes.length === 0) {
|
|
990
1107
|
return null;
|
|
@@ -999,7 +1116,7 @@ function OryFormOidcButtons() {
|
|
|
999
1116
|
"provider",
|
|
1000
1117
|
node.attributes.value
|
|
1001
1118
|
);
|
|
1002
|
-
setValue("method",
|
|
1119
|
+
setValue("method", node.group);
|
|
1003
1120
|
}
|
|
1004
1121
|
},
|
|
1005
1122
|
k
|
|
@@ -1009,39 +1126,75 @@ function OryFormSocialButtonsForm() {
|
|
|
1009
1126
|
const {
|
|
1010
1127
|
flow: { ui }
|
|
1011
1128
|
} = useOryFlow();
|
|
1012
|
-
const filteredNodes = ui.nodes.filter(
|
|
1129
|
+
const filteredNodes = ui.nodes.filter(
|
|
1130
|
+
(node) => node.group === clientFetch.UiNodeGroupEnum.Saml || node.group === clientFetch.UiNodeGroupEnum.Oidc
|
|
1131
|
+
);
|
|
1013
1132
|
if (filteredNodes.length === 0) {
|
|
1014
1133
|
return null;
|
|
1015
1134
|
}
|
|
1016
|
-
return /* @__PURE__ */ jsxRuntime.jsx(OryFormProvider, { children: /* @__PURE__ */ jsxRuntime.jsx(OryForm, { children: /* @__PURE__ */ jsxRuntime.jsx(OryFormOidcButtons, {}) }) });
|
|
1135
|
+
return /* @__PURE__ */ jsxRuntime.jsx(OryFormProvider, { children: /* @__PURE__ */ jsxRuntime.jsx(OryForm, { "data-testid": `ory/form/methods/oidc-saml`, children: /* @__PURE__ */ jsxRuntime.jsx(OryFormOidcButtons, {}) }) });
|
|
1017
1136
|
}
|
|
1018
1137
|
function isUINodeGroupEnum(method) {
|
|
1019
1138
|
return Object.values(clientFetch.UiNodeGroupEnum).includes(method);
|
|
1020
1139
|
}
|
|
1021
1140
|
function OryTwoStepCard() {
|
|
1022
|
-
|
|
1023
|
-
flow: { ui },
|
|
1024
|
-
flowType,
|
|
1025
|
-
formState,
|
|
1026
|
-
dispatchFormState
|
|
1027
|
-
} = useOryFlow();
|
|
1141
|
+
var _a, _b, _c, _d;
|
|
1028
1142
|
const { Form, Card } = useComponents();
|
|
1143
|
+
const { flow, flowType, formState, dispatchFormState } = useOryFlow();
|
|
1144
|
+
const { ui } = flow;
|
|
1029
1145
|
const nodeSorter = useNodeSorter();
|
|
1030
1146
|
const sortNodes = (a, b) => nodeSorter(a, b, { flowType });
|
|
1031
|
-
const
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
(group) =>
|
|
1147
|
+
const groupsToShow = useNodesGroups(ui.nodes, {
|
|
1148
|
+
// We only want to render groups that have visible elements.
|
|
1149
|
+
omit: ["script", "input_hidden"]
|
|
1150
|
+
});
|
|
1151
|
+
const authMethodBlocks = Object.fromEntries(
|
|
1152
|
+
Object.values(clientFetch.UiNodeGroupEnum).filter((group) => {
|
|
1153
|
+
var _a2;
|
|
1154
|
+
return (_a2 = groupsToShow.groups[group]) == null ? void 0 : _a2.length;
|
|
1155
|
+
}).filter(
|
|
1156
|
+
(group) => ![
|
|
1157
|
+
clientFetch.UiNodeGroupEnum.Oidc,
|
|
1158
|
+
clientFetch.UiNodeGroupEnum.Saml,
|
|
1159
|
+
clientFetch.UiNodeGroupEnum.Default,
|
|
1160
|
+
clientFetch.UiNodeGroupEnum.IdentifierFirst,
|
|
1161
|
+
clientFetch.UiNodeGroupEnum.Profile,
|
|
1162
|
+
clientFetch.UiNodeGroupEnum.Captcha
|
|
1163
|
+
].includes(group)
|
|
1164
|
+
).map((g) => [g, {}])
|
|
1165
|
+
);
|
|
1166
|
+
const authMethodAdditionalNodes = ui.nodes.filter(
|
|
1167
|
+
({ group }) => [
|
|
1037
1168
|
clientFetch.UiNodeGroupEnum.Oidc,
|
|
1169
|
+
clientFetch.UiNodeGroupEnum.Saml,
|
|
1038
1170
|
clientFetch.UiNodeGroupEnum.Default,
|
|
1039
1171
|
clientFetch.UiNodeGroupEnum.IdentifierFirst,
|
|
1040
|
-
clientFetch.UiNodeGroupEnum.Profile
|
|
1172
|
+
clientFetch.UiNodeGroupEnum.Profile,
|
|
1173
|
+
clientFetch.UiNodeGroupEnum.Captcha
|
|
1041
1174
|
].includes(group)
|
|
1042
1175
|
);
|
|
1043
|
-
|
|
1044
|
-
|
|
1176
|
+
if (clientFetch.UiNodeGroupEnum.Code in authMethodBlocks) {
|
|
1177
|
+
let identifier = (_b = (_a = findNode(ui.nodes, {
|
|
1178
|
+
group: "identifier_first",
|
|
1179
|
+
node_type: "input",
|
|
1180
|
+
name: "identifier"
|
|
1181
|
+
})) == null ? void 0 : _a.attributes) == null ? void 0 : _b.value;
|
|
1182
|
+
identifier || (identifier = (_d = (_c = findNode(ui.nodes, {
|
|
1183
|
+
group: "code",
|
|
1184
|
+
node_type: "input",
|
|
1185
|
+
name: "address"
|
|
1186
|
+
})) == null ? void 0 : _c.attributes) == null ? void 0 : _d.value);
|
|
1187
|
+
if (identifier) {
|
|
1188
|
+
authMethodBlocks[clientFetch.UiNodeGroupEnum.Code] = {
|
|
1189
|
+
title: {
|
|
1190
|
+
id: "identities.messages.1010023",
|
|
1191
|
+
values: { address: identifier }
|
|
1192
|
+
}
|
|
1193
|
+
};
|
|
1194
|
+
}
|
|
1195
|
+
}
|
|
1196
|
+
const nonSsoNodes = removeSsoNodes(ui.nodes);
|
|
1197
|
+
const finalNodes = formState.current === "method_active" ? getFinalNodes(groupsToShow.groups, formState.method) : [];
|
|
1045
1198
|
const handleAfterFormSubmit = (method) => {
|
|
1046
1199
|
if (typeof method !== "string" || !isUINodeGroupEnum(method)) {
|
|
1047
1200
|
return;
|
|
@@ -1053,60 +1206,123 @@ function OryTwoStepCard() {
|
|
|
1053
1206
|
});
|
|
1054
1207
|
}
|
|
1055
1208
|
};
|
|
1056
|
-
const
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1209
|
+
const hasSso = ui.nodes.some(
|
|
1210
|
+
(node) => node.group === clientFetch.UiNodeGroupEnum.Oidc || node.group === clientFetch.UiNodeGroupEnum.Saml
|
|
1211
|
+
);
|
|
1212
|
+
const showSso = !(formState.current === "method_active" && !(formState.method === clientFetch.UiNodeGroupEnum.Oidc || formState.method === clientFetch.UiNodeGroupEnum.Saml));
|
|
1213
|
+
const showSsoDivider = hasSso && nonSsoNodes.some((n) => {
|
|
1214
|
+
if (clientFetch.isUiNodeInputAttributes(n.attributes)) {
|
|
1215
|
+
return n.attributes.type !== clientFetch.UiNodeInputAttributesTypeEnum.Hidden;
|
|
1216
|
+
} else if (clientFetch.isUiNodeScriptAttributes(n.attributes)) {
|
|
1217
|
+
return false;
|
|
1218
|
+
}
|
|
1219
|
+
return true;
|
|
1220
|
+
});
|
|
1221
|
+
switch (formState.current) {
|
|
1222
|
+
case "provide_identifier":
|
|
1223
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(OryCard, { children: [
|
|
1224
|
+
/* @__PURE__ */ jsxRuntime.jsx(OryCardHeader, {}),
|
|
1225
|
+
/* @__PURE__ */ jsxRuntime.jsxs(OryCardContent, { children: [
|
|
1226
|
+
/* @__PURE__ */ jsxRuntime.jsx(OryCardValidationMessages, {}),
|
|
1227
|
+
showSso && /* @__PURE__ */ jsxRuntime.jsx(OryFormSocialButtonsForm, {}),
|
|
1228
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1229
|
+
OryForm,
|
|
1230
|
+
{
|
|
1231
|
+
"data-testid": `ory/form/methods/local`,
|
|
1232
|
+
onAfterSubmit: handleAfterFormSubmit,
|
|
1233
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs(Form.Group, { children: [
|
|
1234
|
+
showSsoDivider && /* @__PURE__ */ jsxRuntime.jsx(Card.Divider, {}),
|
|
1235
|
+
nonSsoNodes.sort(sortNodes).map((node, k) => /* @__PURE__ */ jsxRuntime.jsx(Node, { node }, k))
|
|
1236
|
+
] })
|
|
1237
|
+
}
|
|
1238
|
+
)
|
|
1239
|
+
] }),
|
|
1240
|
+
/* @__PURE__ */ jsxRuntime.jsx(OryCardFooter, {})
|
|
1241
|
+
] });
|
|
1242
|
+
case "select_method":
|
|
1243
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(OryCard, { children: [
|
|
1244
|
+
/* @__PURE__ */ jsxRuntime.jsx(OryCardHeader, {}),
|
|
1245
|
+
/* @__PURE__ */ jsxRuntime.jsxs(OryCardContent, { children: [
|
|
1246
|
+
/* @__PURE__ */ jsxRuntime.jsx(OryCardValidationMessages, {}),
|
|
1247
|
+
showSso && /* @__PURE__ */ jsxRuntime.jsx(OryFormSocialButtonsForm, {}),
|
|
1248
|
+
Object.entries(authMethodBlocks).length > 0 && /* @__PURE__ */ jsxRuntime.jsx(
|
|
1249
|
+
OryForm,
|
|
1250
|
+
{
|
|
1251
|
+
"data-testid": `ory/form/methods/local`,
|
|
1252
|
+
onAfterSubmit: handleAfterFormSubmit,
|
|
1253
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs(Form.Group, { children: [
|
|
1254
|
+
/* @__PURE__ */ jsxRuntime.jsx(Card.Divider, {}),
|
|
1255
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1256
|
+
AuthMethodList,
|
|
1257
|
+
{
|
|
1258
|
+
options: authMethodBlocks,
|
|
1259
|
+
setSelectedGroup: (group) => dispatchFormState({
|
|
1260
|
+
type: "action_select_method",
|
|
1261
|
+
method: group
|
|
1262
|
+
})
|
|
1263
|
+
}
|
|
1264
|
+
),
|
|
1265
|
+
authMethodAdditionalNodes.sort(sortNodes).map((node, k) => /* @__PURE__ */ jsxRuntime.jsx(Node, { node }, k))
|
|
1266
|
+
] })
|
|
1267
|
+
}
|
|
1268
|
+
)
|
|
1086
1269
|
] }),
|
|
1087
1270
|
/* @__PURE__ */ jsxRuntime.jsx(OryCardFooter, {})
|
|
1088
|
-
] })
|
|
1089
|
-
|
|
1271
|
+
] });
|
|
1272
|
+
case "method_active":
|
|
1273
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(OryCard, { children: [
|
|
1274
|
+
/* @__PURE__ */ jsxRuntime.jsx(OryCardHeader, {}),
|
|
1275
|
+
/* @__PURE__ */ jsxRuntime.jsxs(OryCardContent, { children: [
|
|
1276
|
+
/* @__PURE__ */ jsxRuntime.jsx(OryCardValidationMessages, {}),
|
|
1277
|
+
showSso && /* @__PURE__ */ jsxRuntime.jsx(OryFormSocialButtonsForm, {}),
|
|
1278
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1279
|
+
OryForm,
|
|
1280
|
+
{
|
|
1281
|
+
"data-testid": `ory/form/methods/local`,
|
|
1282
|
+
onAfterSubmit: handleAfterFormSubmit,
|
|
1283
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs(Form.Group, { children: [
|
|
1284
|
+
ui.nodes.filter(
|
|
1285
|
+
(n) => clientFetch.isUiNodeScriptAttributes(n.attributes) || n.group === clientFetch.UiNodeGroupEnum.Captcha || n.group === clientFetch.UiNodeGroupEnum.Default || n.group === clientFetch.UiNodeGroupEnum.Profile
|
|
1286
|
+
).map((node, k) => /* @__PURE__ */ jsxRuntime.jsx(Node, { node }, k)),
|
|
1287
|
+
finalNodes.sort(sortNodes).map((node, k) => /* @__PURE__ */ jsxRuntime.jsx(Node, { node }, k))
|
|
1288
|
+
] })
|
|
1289
|
+
}
|
|
1290
|
+
)
|
|
1291
|
+
] }),
|
|
1292
|
+
/* @__PURE__ */ jsxRuntime.jsx(OryCardFooter, {})
|
|
1293
|
+
] });
|
|
1294
|
+
}
|
|
1295
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1296
|
+
"unknown form state: ",
|
|
1297
|
+
formState.current
|
|
1090
1298
|
] });
|
|
1091
1299
|
}
|
|
1092
1300
|
function AuthMethodList({ options, setSelectedGroup }) {
|
|
1093
1301
|
const { Card } = useComponents();
|
|
1094
|
-
const { setValue } = reactHookForm.useFormContext();
|
|
1095
|
-
|
|
1302
|
+
const { setValue, getValues } = reactHookForm.useFormContext();
|
|
1303
|
+
if (Object.entries(options).length === 0) {
|
|
1304
|
+
return null;
|
|
1305
|
+
}
|
|
1306
|
+
const handleClick = (group, options2) => {
|
|
1307
|
+
var _a, _b, _c, _d;
|
|
1096
1308
|
if (isGroupImmediateSubmit(group)) {
|
|
1309
|
+
if (group === "code" && !getValues("identifier") && ((_b = (_a = options2 == null ? void 0 : options2.title) == null ? void 0 : _a.values) == null ? void 0 : _b.address)) {
|
|
1310
|
+
setValue("identifier", (_d = (_c = options2 == null ? void 0 : options2.title) == null ? void 0 : _c.values) == null ? void 0 : _d.address);
|
|
1311
|
+
}
|
|
1097
1312
|
setValue("method", group);
|
|
1098
1313
|
} else {
|
|
1099
1314
|
setSelectedGroup(group);
|
|
1100
1315
|
}
|
|
1101
1316
|
};
|
|
1102
|
-
return options.map((
|
|
1317
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Card.AuthMethodListContainer, { children: Object.entries(options).map(([group, options2]) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
1103
1318
|
Card.AuthMethodListItem,
|
|
1104
1319
|
{
|
|
1105
|
-
group
|
|
1106
|
-
|
|
1320
|
+
group,
|
|
1321
|
+
title: options2.title,
|
|
1322
|
+
onClick: () => handleClick(group, options2)
|
|
1107
1323
|
},
|
|
1108
|
-
|
|
1109
|
-
));
|
|
1324
|
+
group
|
|
1325
|
+
)) });
|
|
1110
1326
|
}
|
|
1111
1327
|
function OryFormGroups({ groups }) {
|
|
1112
1328
|
const {
|
|
@@ -1146,14 +1362,29 @@ function OryFormSectionInner({
|
|
|
1146
1362
|
}
|
|
1147
1363
|
);
|
|
1148
1364
|
}
|
|
1365
|
+
function OryConsentCard() {
|
|
1366
|
+
const { Form, Card } = useComponents();
|
|
1367
|
+
const flow = useOryFlow();
|
|
1368
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(OryCard, { children: [
|
|
1369
|
+
/* @__PURE__ */ jsxRuntime.jsx(OryCardHeader, {}),
|
|
1370
|
+
/* @__PURE__ */ jsxRuntime.jsx(OryCardContent, { children: /* @__PURE__ */ jsxRuntime.jsxs(OryForm, { children: [
|
|
1371
|
+
/* @__PURE__ */ jsxRuntime.jsx(Card.Divider, {}),
|
|
1372
|
+
/* @__PURE__ */ jsxRuntime.jsx(Form.Group, { children: flow.flow.ui.nodes.map((node, k) => /* @__PURE__ */ jsxRuntime.jsx(Node, { node }, k)) }),
|
|
1373
|
+
/* @__PURE__ */ jsxRuntime.jsx(Card.Divider, {}),
|
|
1374
|
+
/* @__PURE__ */ jsxRuntime.jsx(OryCardFooter, {})
|
|
1375
|
+
] }) })
|
|
1376
|
+
] });
|
|
1377
|
+
}
|
|
1149
1378
|
function OryFormGroupDivider() {
|
|
1150
1379
|
const { Card } = useComponents();
|
|
1151
1380
|
const {
|
|
1152
1381
|
flow: { ui }
|
|
1153
1382
|
} = useOryFlow();
|
|
1154
|
-
const filteredNodes = ui.nodes.filter(
|
|
1383
|
+
const filteredNodes = ui.nodes.filter(
|
|
1384
|
+
(node) => node.group === clientFetch.UiNodeGroupEnum.Oidc || node.group === clientFetch.UiNodeGroupEnum.Saml
|
|
1385
|
+
);
|
|
1155
1386
|
const otherNodes = ui.nodes.filter(
|
|
1156
|
-
(node) => node.group
|
|
1387
|
+
(node) => !(node.group === clientFetch.UiNodeGroupEnum.Oidc || node.group === clientFetch.UiNodeGroupEnum.Saml) && node.group !== "default"
|
|
1157
1388
|
);
|
|
1158
1389
|
if (filteredNodes.length > 0 && otherNodes.length > 0) {
|
|
1159
1390
|
return /* @__PURE__ */ jsxRuntime.jsx(Card.Divider, {});
|
|
@@ -1179,7 +1410,7 @@ function OrySettingsOidc({ nodes }) {
|
|
|
1179
1410
|
onClick: () => {
|
|
1180
1411
|
if (node.attributes.node_type === "input") {
|
|
1181
1412
|
setValue("link", node.attributes.value);
|
|
1182
|
-
setValue("method",
|
|
1413
|
+
setValue("method", node.group);
|
|
1183
1414
|
}
|
|
1184
1415
|
}
|
|
1185
1416
|
}));
|
|
@@ -1188,7 +1419,7 @@ function OrySettingsOidc({ nodes }) {
|
|
|
1188
1419
|
onClick: () => {
|
|
1189
1420
|
if (node.attributes.node_type === "input") {
|
|
1190
1421
|
setValue("unlink", node.attributes.value);
|
|
1191
|
-
setValue("method",
|
|
1422
|
+
setValue("method", node.group);
|
|
1192
1423
|
}
|
|
1193
1424
|
}
|
|
1194
1425
|
}));
|
|
@@ -1497,16 +1728,19 @@ function SettingsSectionContent({ group, nodes }) {
|
|
|
1497
1728
|
const { Card } = useComponents();
|
|
1498
1729
|
const intl = reactIntl.useIntl();
|
|
1499
1730
|
const { flow } = useOryFlow();
|
|
1500
|
-
const
|
|
1731
|
+
const groupedNodes = useNodesGroups(flow.ui.nodes, {
|
|
1732
|
+
// Script nodes are already handled by the parent component.
|
|
1733
|
+
omit: ["script"]
|
|
1734
|
+
});
|
|
1501
1735
|
if (group === clientFetch.UiNodeGroupEnum.Totp) {
|
|
1502
1736
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1503
1737
|
OryFormSection,
|
|
1504
1738
|
{
|
|
1505
|
-
nodes:
|
|
1739
|
+
nodes: groupedNodes.groups.totp,
|
|
1506
1740
|
"data-testid": "ory/screen/settings/group/totp",
|
|
1507
1741
|
children: [
|
|
1508
|
-
/* @__PURE__ */ jsxRuntime.jsx(OrySettingsTotp, { nodes: (_a =
|
|
1509
|
-
(_b =
|
|
1742
|
+
/* @__PURE__ */ jsxRuntime.jsx(OrySettingsTotp, { nodes: (_a = groupedNodes.groups.totp) != null ? _a : [] }),
|
|
1743
|
+
(_b = groupedNodes.groups.default) == null ? void 0 : _b.map((node, k) => /* @__PURE__ */ jsxRuntime.jsx(Node, { node }, k))
|
|
1510
1744
|
]
|
|
1511
1745
|
}
|
|
1512
1746
|
);
|
|
@@ -1515,16 +1749,16 @@ function SettingsSectionContent({ group, nodes }) {
|
|
|
1515
1749
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1516
1750
|
OryFormSection,
|
|
1517
1751
|
{
|
|
1518
|
-
nodes:
|
|
1752
|
+
nodes: groupedNodes.groups.lookup_secret,
|
|
1519
1753
|
"data-testid": "ory/screen/settings/group/lookup_secret",
|
|
1520
1754
|
children: [
|
|
1521
1755
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1522
1756
|
OrySettingsRecoveryCodes,
|
|
1523
1757
|
{
|
|
1524
|
-
nodes: (_c =
|
|
1758
|
+
nodes: (_c = groupedNodes.groups.lookup_secret) != null ? _c : []
|
|
1525
1759
|
}
|
|
1526
1760
|
),
|
|
1527
|
-
(_d =
|
|
1761
|
+
(_d = groupedNodes.groups.default) == null ? void 0 : _d.map((node, k) => /* @__PURE__ */ jsxRuntime.jsx(Node, { node }, k))
|
|
1528
1762
|
]
|
|
1529
1763
|
}
|
|
1530
1764
|
);
|
|
@@ -1533,11 +1767,11 @@ function SettingsSectionContent({ group, nodes }) {
|
|
|
1533
1767
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1534
1768
|
OryFormSection,
|
|
1535
1769
|
{
|
|
1536
|
-
nodes:
|
|
1770
|
+
nodes: groupedNodes.groups.oidc,
|
|
1537
1771
|
"data-testid": "ory/screen/settings/group/oidc",
|
|
1538
1772
|
children: [
|
|
1539
|
-
/* @__PURE__ */ jsxRuntime.jsx(OrySettingsOidc, { nodes: (_e =
|
|
1540
|
-
(_f =
|
|
1773
|
+
/* @__PURE__ */ jsxRuntime.jsx(OrySettingsOidc, { nodes: (_e = groupedNodes.groups.oidc) != null ? _e : [] }),
|
|
1774
|
+
(_f = groupedNodes.groups.default) == null ? void 0 : _f.map((node, k) => /* @__PURE__ */ jsxRuntime.jsx(Node, { node }, k))
|
|
1541
1775
|
]
|
|
1542
1776
|
}
|
|
1543
1777
|
);
|
|
@@ -1546,11 +1780,11 @@ function SettingsSectionContent({ group, nodes }) {
|
|
|
1546
1780
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1547
1781
|
OryFormSection,
|
|
1548
1782
|
{
|
|
1549
|
-
nodes:
|
|
1783
|
+
nodes: groupedNodes.groups.webauthn,
|
|
1550
1784
|
"data-testid": "ory/screen/settings/group/webauthn",
|
|
1551
1785
|
children: [
|
|
1552
|
-
/* @__PURE__ */ jsxRuntime.jsx(OrySettingsWebauthn, { nodes: (_g =
|
|
1553
|
-
(_h =
|
|
1786
|
+
/* @__PURE__ */ jsxRuntime.jsx(OrySettingsWebauthn, { nodes: (_g = groupedNodes.groups.webauthn) != null ? _g : [] }),
|
|
1787
|
+
(_h = groupedNodes.groups.default) == null ? void 0 : _h.map((node, k) => /* @__PURE__ */ jsxRuntime.jsx(Node, { node }, k))
|
|
1554
1788
|
]
|
|
1555
1789
|
}
|
|
1556
1790
|
);
|
|
@@ -1559,11 +1793,11 @@ function SettingsSectionContent({ group, nodes }) {
|
|
|
1559
1793
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1560
1794
|
OryFormSection,
|
|
1561
1795
|
{
|
|
1562
|
-
nodes:
|
|
1796
|
+
nodes: groupedNodes.groups.passkey,
|
|
1563
1797
|
"data-testid": "ory/screen/settings/group/passkey",
|
|
1564
1798
|
children: [
|
|
1565
|
-
/* @__PURE__ */ jsxRuntime.jsx(OrySettingsPasskey, { nodes: (_i =
|
|
1566
|
-
(_j =
|
|
1799
|
+
/* @__PURE__ */ jsxRuntime.jsx(OrySettingsPasskey, { nodes: (_i = groupedNodes.groups.passkey) != null ? _i : [] }),
|
|
1800
|
+
(_j = groupedNodes.groups.default) == null ? void 0 : _j.map((node, k) => /* @__PURE__ */ jsxRuntime.jsx(Node, { node }, k))
|
|
1567
1801
|
]
|
|
1568
1802
|
}
|
|
1569
1803
|
);
|
|
@@ -1584,7 +1818,7 @@ function SettingsSectionContent({ group, nodes }) {
|
|
|
1584
1818
|
id: `settings.${group}.description`
|
|
1585
1819
|
}),
|
|
1586
1820
|
children: [
|
|
1587
|
-
(_k =
|
|
1821
|
+
(_k = groupedNodes.groups.default) == null ? void 0 : _k.map((node, k) => /* @__PURE__ */ jsxRuntime.jsx(Node, { node }, k)),
|
|
1588
1822
|
nodes.filter(
|
|
1589
1823
|
(node) => "type" in node.attributes && node.attributes.type !== "submit"
|
|
1590
1824
|
).map((node, k) => /* @__PURE__ */ jsxRuntime.jsx(Node, { node }, k))
|
|
@@ -1598,16 +1832,16 @@ function SettingsSectionContent({ group, nodes }) {
|
|
|
1598
1832
|
}
|
|
1599
1833
|
);
|
|
1600
1834
|
}
|
|
1601
|
-
var
|
|
1602
|
-
(node) =>
|
|
1835
|
+
var onlyScriptNodes = (nodes) => nodes.filter(
|
|
1836
|
+
(node) => clientFetch.isUiNodeScriptAttributes(node.attributes) && node.attributes.id === "webauthn_script"
|
|
1603
1837
|
);
|
|
1604
1838
|
function OrySettingsCard() {
|
|
1605
1839
|
const { flow } = useOryFlow();
|
|
1606
|
-
const uniqueGroups = useNodesGroups(flow.ui.nodes);
|
|
1607
|
-
const
|
|
1840
|
+
const uniqueGroups = useNodesGroups(flow.ui.nodes, { omit: ["script"] });
|
|
1841
|
+
const scriptNodes = onlyScriptNodes(flow.ui.nodes);
|
|
1608
1842
|
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1609
1843
|
/* @__PURE__ */ jsxRuntime.jsx(OryCardValidationMessages, {}),
|
|
1610
|
-
|
|
1844
|
+
scriptNodes.map((n) => /* @__PURE__ */ jsxRuntime.jsx(Node, { node: n })),
|
|
1611
1845
|
uniqueGroups.entries.map(([group, nodes]) => {
|
|
1612
1846
|
if (group === clientFetch.UiNodeGroupEnum.Default) {
|
|
1613
1847
|
return null;
|
|
@@ -1703,9 +1937,9 @@ var en_default = {
|
|
|
1703
1937
|
"identities.messages.1010005": "Verify",
|
|
1704
1938
|
"identities.messages.1010006": "Authentication code",
|
|
1705
1939
|
"identities.messages.1010007": "Backup recovery code",
|
|
1706
|
-
"identities.messages.1010008": "
|
|
1707
|
-
"identities.messages.1010009": "
|
|
1708
|
-
"identities.messages.1010010": "
|
|
1940
|
+
"identities.messages.1010008": "Continue with hardware key",
|
|
1941
|
+
"identities.messages.1010009": "Continue",
|
|
1942
|
+
"identities.messages.1010010": "Continue",
|
|
1709
1943
|
"identities.messages.1010011": "Sign in with hardware key",
|
|
1710
1944
|
"identities.messages.1010012": "Prepare your WebAuthn device (e.g. security key, biometrics scanner, ...) and press continue.",
|
|
1711
1945
|
"identities.messages.1010013": "Continue",
|
|
@@ -1842,9 +2076,17 @@ var en_default = {
|
|
|
1842
2076
|
"login.subtitle-oauth2": "To authenticate {clientName}",
|
|
1843
2077
|
"login.title": "Sign in",
|
|
1844
2078
|
"login.subtitle": "Sign in with {parts}",
|
|
1845
|
-
"login.title-aal2": "
|
|
2079
|
+
"login.title-aal2": "Second factor authentication",
|
|
2080
|
+
"login.subtitle-aal2": "Choose a way to complete your second factor authentication",
|
|
2081
|
+
"login.code.subtitle": "A verification code will be sent by email",
|
|
2082
|
+
"login.webauthn.subtitle": "Please prepare your WebAuthN device",
|
|
2083
|
+
"login.totp.subtitle": "Please enter the code generated by your Authenticator App",
|
|
2084
|
+
"login.lookup_secret.subtitle": "Please enter one of your 8-digit backup recovery codes",
|
|
1846
2085
|
"login.title-refresh": "Reauthenticate",
|
|
1847
2086
|
"login.subtitle-refresh": "Confirm your identity with {parts}",
|
|
2087
|
+
"login.2fa.go-back": "Something isn't working?",
|
|
2088
|
+
"login.2fa.go-back.link": "Go back",
|
|
2089
|
+
"login.2fa.method.go-back": "Choose another method",
|
|
1848
2090
|
"logout.accept-button": "Yes",
|
|
1849
2091
|
"logout.reject-button": "No",
|
|
1850
2092
|
"logout.title": "Do you wish to log out?",
|
|
@@ -1893,10 +2135,14 @@ var en_default = {
|
|
|
1893
2135
|
"two-step.password.description": "Enter your password associated with your account",
|
|
1894
2136
|
"two-step.code.title": "Email code",
|
|
1895
2137
|
"two-step.code.description": "A verification code will be sent to your email",
|
|
1896
|
-
"two-step.webauthn.title": "Security
|
|
2138
|
+
"two-step.webauthn.title": "Security key",
|
|
1897
2139
|
"two-step.webauthn.description": "Use your security key to authenticate",
|
|
1898
2140
|
"two-step.passkey.title": "Passkey (recommended)",
|
|
1899
2141
|
"two-step.passkey.description": "Use your device's for fingerprint or face recognition",
|
|
2142
|
+
"two-step.totp.title": "Use your Authenticator App (TOTP)",
|
|
2143
|
+
"two-step.totp.description": "Use a 6-digit one-time code from your authenticator app",
|
|
2144
|
+
"two-step.lookup_secret.title": "Backup recovery code",
|
|
2145
|
+
"two-step.lookup_secret.description": "Use up one of your 8-digit backup codes to authenticate",
|
|
1900
2146
|
"identities.messages.1010020": "",
|
|
1901
2147
|
"input.placeholder": "Enter your {placeholder}",
|
|
1902
2148
|
"card.header.parts.oidc": "a social provider",
|
|
@@ -1930,7 +2176,27 @@ var en_default = {
|
|
|
1930
2176
|
"property.phone": "phone",
|
|
1931
2177
|
"property.username": "username",
|
|
1932
2178
|
"property.identifier": "identifier",
|
|
1933
|
-
"property.code": "code"
|
|
2179
|
+
"property.code": "code",
|
|
2180
|
+
"consent.title": "Authorize {party}",
|
|
2181
|
+
"consent.subtitle": "A third party application wants to access information associated with your account {identifier}.",
|
|
2182
|
+
"consent.scope.openid.title": "Identity",
|
|
2183
|
+
"consent.scope.openid.description": "Allows the application to verify your identity. This is required for authentication and a trusted login experience.",
|
|
2184
|
+
"consent.scope.offline_access.title": "Offline Access",
|
|
2185
|
+
"consent.scope.offline_access.description": "Allows this application to keep you signed in even when you're not actively using it.",
|
|
2186
|
+
"consent.scope.profile.title": "Profile Information",
|
|
2187
|
+
"consent.scope.profile.description": "Allows access to your basic profile details, including your username, first name, and last name.",
|
|
2188
|
+
"consent.scope.email.title": "Email Address",
|
|
2189
|
+
"consent.scope.email.description": "Retrieve your email address and its verification status.",
|
|
2190
|
+
"consent.scope.address.title": "Physical Address",
|
|
2191
|
+
"consent.scope.address.description": "Access your postal address.",
|
|
2192
|
+
"consent.scope.phone.title": "Phone Number",
|
|
2193
|
+
"consent.scope.phone.description": "Retrieve your phone number and its verification status.",
|
|
2194
|
+
"error.title.what-happened": "What happened?",
|
|
2195
|
+
"error.title.what-can-i-do": "What can I do?",
|
|
2196
|
+
"error.instructions": "Please try again in a few minutes or contact the website operator.",
|
|
2197
|
+
"error.footer.text": "When reporting this error, please include the following information:",
|
|
2198
|
+
"error.footer.copy": "Copy",
|
|
2199
|
+
"error.action.go-back": "Go back"
|
|
1934
2200
|
};
|
|
1935
2201
|
|
|
1936
2202
|
// src/locales/de.json
|
|
@@ -1956,9 +2222,9 @@ var de_default = {
|
|
|
1956
2222
|
"identities.messages.1010005": "Verifizieren",
|
|
1957
2223
|
"identities.messages.1010006": "Authentifizierungscode",
|
|
1958
2224
|
"identities.messages.1010007": "Backup-Wiederherstellungscode",
|
|
1959
|
-
"identities.messages.1010008": "Sicherheitsschl\xFCssel
|
|
1960
|
-
"identities.messages.1010009": "
|
|
1961
|
-
"identities.messages.1010010": "
|
|
2225
|
+
"identities.messages.1010008": "Mit Sicherheitsschl\xFCssel fortfahren",
|
|
2226
|
+
"identities.messages.1010009": "Weiter",
|
|
2227
|
+
"identities.messages.1010010": "Weiter",
|
|
1962
2228
|
"identities.messages.1010011": "Mit Sicherheitsschl\xFCssel fortfahren",
|
|
1963
2229
|
"identities.messages.1010012": "Bereiten Sie Ihr WebAuthn-Ger\xE4t vor (z. B. Sicherheitsschl\xFCssel, biometrischer Scanner, ...) und dr\xFCcken Sie auf Weiter.",
|
|
1964
2230
|
"identities.messages.1010013": "Weiter",
|
|
@@ -2074,8 +2340,16 @@ var de_default = {
|
|
|
2074
2340
|
"login.registration-label": "Sie haben noch kein Konto?",
|
|
2075
2341
|
"login.subtitle-oauth2": "Zur Authentifizierung bei {clientName}",
|
|
2076
2342
|
"login.title": "Anmelden",
|
|
2077
|
-
"login.title-aal2": "
|
|
2343
|
+
"login.title-aal2": "Zweitfaktor-Authentifizierung",
|
|
2344
|
+
"login.subtitle-aal2": "W\xE4hlen Sie eine Methode zur Best\xE4tigung Ihrer Zwei-Faktor-Authentifizierung",
|
|
2345
|
+
"login.code.subtitle": "Ein Best\xE4tigungscode wird per E-Mail gesendet",
|
|
2346
|
+
"login.webauthn.subtitle": "Bitte bereiten Sie Ihr WebAuthN-Ger\xE4t vor",
|
|
2347
|
+
"login.totp.subtitle": "Bitte geben Sie den Code aus Ihrer Authenticator-App ein",
|
|
2348
|
+
"login.lookup_secret.subtitle": "Bitte geben Sie einen Ihrer 8-stelligen Backup-Wiederherstellungscodes ein",
|
|
2078
2349
|
"login.title-refresh": "Best\xE4tigen Sie, dass Sie es sind",
|
|
2350
|
+
"login.2fa.go-back": "Funktioniert etwas nicht?",
|
|
2351
|
+
"login.2fa.go-back.link": "Zur\xFCck",
|
|
2352
|
+
"login.2fa.method.go-back": "Eine andere Methode w\xE4hlen",
|
|
2079
2353
|
"logout.accept-button": "Ja",
|
|
2080
2354
|
"logout.reject-button": "Nein",
|
|
2081
2355
|
"logout.title": "M\xF6chten Sie sich abmelden?",
|
|
@@ -2093,11 +2367,15 @@ var de_default = {
|
|
|
2093
2367
|
"two-step.code.description": "Ein Best\xE4tigungscode wird an Ihre E-Mail gesendet.",
|
|
2094
2368
|
"two-step.code.title": "E-Mail-Code",
|
|
2095
2369
|
"two-step.passkey.description": "Verwenden Sie die Fingerabdruck- oder Gesichtserkennung Ihres Ger\xE4ts",
|
|
2096
|
-
"two-step.passkey.title": "
|
|
2370
|
+
"two-step.passkey.title": "Passkey (empfohlen)",
|
|
2097
2371
|
"two-step.password.description": "Geben Sie Ihr Passwort ein, das mit Ihrem Konto verkn\xFCpft ist",
|
|
2098
2372
|
"two-step.password.title": "Passwort",
|
|
2099
|
-
"two-step.webauthn.description": "Verwenden Sie Ihren Sicherheitsschl\xFCssel zur Authentifizierung",
|
|
2100
2373
|
"two-step.webauthn.title": "Sicherheitsschl\xFCssel",
|
|
2374
|
+
"two-step.webauthn.description": "Verwenden Sie Ihren Sicherheitsschl\xFCssel zur Authentifizierung",
|
|
2375
|
+
"two-step.totp.title": "Verwenden Sie Ihre Authenticator-App (TOTP)",
|
|
2376
|
+
"two-step.totp.description": "Verwenden Sie einen 6-stelligen Einmal-Code aus Ihrer Authenticator-App",
|
|
2377
|
+
"two-step.lookup_secret.title": "Backup-Wiederherstellungscode",
|
|
2378
|
+
"two-step.lookup_secret.description": "Verwenden Sie einen Ihrer 8-stelligen Backup-Codes, um sich zu authentifizieren",
|
|
2101
2379
|
"identities.messages.1070014": "Login- und Link-Zugangsdaten",
|
|
2102
2380
|
"identities.messages.1070015": "Bitte schlie\xDFen Sie die Captcha-Challenge ab, um fortzufahren.",
|
|
2103
2381
|
"identities.messages.4000038": "Die Captcha-\xDCberpr\xFCfung ist fehlgeschlagen. Bitte versuchen Sie es erneut.",
|
|
@@ -2105,20 +2383,20 @@ var de_default = {
|
|
|
2105
2383
|
"login.cancel-label": "Nicht das richtige Konto?",
|
|
2106
2384
|
"identities.messages.1010023": "Code an {address} senden",
|
|
2107
2385
|
"identities.messages.1010016": "Sie haben versucht, sich mit \u201E{duplicateIdentifier}\u201C anzumelden, aber diese E-Mail-Adresse wird bereits von einem anderen Konto verwendet. \nMelden Sie sich mit einer der folgenden Optionen bei Ihrem Konto an, um Ihr Konto \u201E{duplicateIdentifier}\u201C bei \u201E{provider}\u201C als weitere Anmeldem\xF6glichkeit hinzuzuf\xFCgen.",
|
|
2108
|
-
"identities.messages.1010017": "",
|
|
2109
|
-
"identities.messages.1010018": "",
|
|
2110
|
-
"identities.messages.1010019": "",
|
|
2386
|
+
"identities.messages.1010017": "Anmelden und verbinden",
|
|
2387
|
+
"identities.messages.1010018": "Mit {provider} best\xE4tigen",
|
|
2388
|
+
"identities.messages.1010019": "Code senden um fortzufahren",
|
|
2111
2389
|
"identities.messages.1010020": "",
|
|
2112
|
-
"identities.messages.1010021": "",
|
|
2113
|
-
"identities.messages.1010022": "",
|
|
2114
|
-
"identities.messages.1040007": "",
|
|
2115
|
-
"identities.messages.1040008": "",
|
|
2116
|
-
"identities.messages.1040009": "",
|
|
2390
|
+
"identities.messages.1010021": "Mit Paskey anmelden",
|
|
2391
|
+
"identities.messages.1010022": "Mit Passwort anmelden",
|
|
2392
|
+
"identities.messages.1040007": "Mit Passkey registrieren",
|
|
2393
|
+
"identities.messages.1040008": "Zur\xFCck",
|
|
2394
|
+
"identities.messages.1040009": "Bitte w\xE4hlen Sie eine Authentifizierungsmethode, um fortzufahren.",
|
|
2117
2395
|
"identities.messages.1050019": "Passkey hinzuf\xFCgen",
|
|
2118
|
-
"identities.messages.1050020": "",
|
|
2119
|
-
"identities.messages.4000037": "",
|
|
2120
|
-
"identities.messages.4010009": "",
|
|
2121
|
-
"identities.messages.4010010": "",
|
|
2396
|
+
"identities.messages.1050020": 'Passkey "{display_name}" entfernen',
|
|
2397
|
+
"identities.messages.4000037": "F\xFCr die eingegebenen Daten existiert kein Account",
|
|
2398
|
+
"identities.messages.4010009": "Die Authentifizierungsmethode stimmt nicht mit der vorherigen Authentifizierungsmethode \xFCberein. Bitte versuchen Sie es erneut.",
|
|
2399
|
+
"identities.messages.4010010": "Die eingegebene Adresse stimmt nicht mit der Adresse \xFCberein, die Sie bei der Registrierung angegeben haben. Bitte versuchen Sie es erneut.",
|
|
2122
2400
|
"input.placeholder": "{placeholder} eingeben",
|
|
2123
2401
|
"card.header.parts.code": "einem Code per E-Mail",
|
|
2124
2402
|
"card.header.parts.identifier-first": "Ihr {identifierLabel}",
|
|
@@ -2183,7 +2461,27 @@ var de_default = {
|
|
|
2183
2461
|
"property.password": "Passwort",
|
|
2184
2462
|
"property.phone": "Telefon",
|
|
2185
2463
|
"property.code": "Code",
|
|
2186
|
-
"property.username": "Benutzername"
|
|
2464
|
+
"property.username": "Benutzername",
|
|
2465
|
+
"consent.title": "Autorisieren {party}",
|
|
2466
|
+
"consent.subtitle": "Eine Drittanbieteranwendung m\xF6chte auf Informationen zugreifen, die mit Ihrem Konto {identifier} verkn\xFCpft sind.",
|
|
2467
|
+
"consent.scope.openid.title": "Identit\xE4t",
|
|
2468
|
+
"consent.scope.openid.description": "Erm\xF6glicht der Anwendung, Ihre Identit\xE4t zu \xFCberpr\xFCfen. Dies ist f\xFCr die Authentifizierung und eine vertrauensw\xFCrdige Login-Erfahrung erforderlich.",
|
|
2469
|
+
"consent.scope.offline_access.title": "Offline-Zugriff",
|
|
2470
|
+
"consent.scope.offline_access.description": "Erm\xF6glicht dieser Anwendung, Sie angemeldet zu lassen, auch wenn Sie sie nicht aktiv nutzen.",
|
|
2471
|
+
"consent.scope.profile.title": "Profilinformationen",
|
|
2472
|
+
"consent.scope.profile.description": "Erm\xF6glicht den Zugriff auf Ihre grundlegenden Profildetails, einschlie\xDFlich Ihres Benutzernamens, Vornamens und Nachnamens.",
|
|
2473
|
+
"consent.scope.email.title": "E-Mail-Adresse",
|
|
2474
|
+
"consent.scope.email.description": "Erm\xF6glicht den Abruf Ihrer E-Mail-Adresse und deren \xDCberpr\xFCfungsstatus.",
|
|
2475
|
+
"consent.scope.address.title": "Physische Adresse",
|
|
2476
|
+
"consent.scope.address.description": "Erm\xF6glicht den Zugriff auf Ihre Postanschrift.",
|
|
2477
|
+
"consent.scope.phone.title": "Telefonnummer",
|
|
2478
|
+
"consent.scope.phone.description": "Erm\xF6glicht den Abruf Ihrer Telefonnummer und deren \xDCberpr\xFCfungsstatus.",
|
|
2479
|
+
"error.title.what-happened": "Was ist passiert?",
|
|
2480
|
+
"error.footer.copy": "Kopieren",
|
|
2481
|
+
"error.footer.text": "Bitte f\xFCgen Sie bei der Meldung dieses Fehlers die folgenden Informationen hinzu:",
|
|
2482
|
+
"error.instructions": "Bitte versuchen Sie es in wenigen Minuten erneut oder wenden Sie sich an den Website-Betreiber.",
|
|
2483
|
+
"error.title.what-can-i-do": "Was kann ich tun?",
|
|
2484
|
+
"error.action.go-back": "Zur\xFCck"
|
|
2187
2485
|
};
|
|
2188
2486
|
|
|
2189
2487
|
// src/locales/es.json
|
|
@@ -2199,7 +2497,6 @@ var es_default = {
|
|
|
2199
2497
|
"error.back-button": "Regresar",
|
|
2200
2498
|
"error.description": "Ocurri\xF3 un error con el siguiente mensaje:",
|
|
2201
2499
|
"error.support-email-link": "Si el problema persiste, por favor contacte a <a>{contactSupportEmail}</a>",
|
|
2202
|
-
"error.title": "Ocurri\xF3 un error",
|
|
2203
2500
|
"error.title-internal-server-error": "Error Interno del Servidor",
|
|
2204
2501
|
"error.title-not-found": "404 - P\xE1gina no encontrada",
|
|
2205
2502
|
"identities.messages.1010001": "Iniciar sesi\xF3n",
|
|
@@ -2209,9 +2506,9 @@ var es_default = {
|
|
|
2209
2506
|
"identities.messages.1010005": "Verificar",
|
|
2210
2507
|
"identities.messages.1010006": "C\xF3digo de autenticaci\xF3n",
|
|
2211
2508
|
"identities.messages.1010007": "C\xF3digo de recuperaci\xF3n de respaldo",
|
|
2212
|
-
"identities.messages.1010008": "
|
|
2213
|
-
"identities.messages.1010009": "
|
|
2214
|
-
"identities.messages.1010010": "
|
|
2509
|
+
"identities.messages.1010008": "Continuar con la llave de hardware",
|
|
2510
|
+
"identities.messages.1010009": "Continuar",
|
|
2511
|
+
"identities.messages.1010010": "Continuar",
|
|
2215
2512
|
"identities.messages.1010011": "Continuar con llave de seguridad",
|
|
2216
2513
|
"identities.messages.1010012": "Prepare su dispositivo WebAuthn (por ejemplo, llave de seguridad, esc\xE1ner biom\xE9trico, ...) y presione continuar.",
|
|
2217
2514
|
"identities.messages.1010013": "Continuar",
|
|
@@ -2327,8 +2624,16 @@ var es_default = {
|
|
|
2327
2624
|
"login.registration-label": "\xBFNo tiene una cuenta?",
|
|
2328
2625
|
"login.subtitle-oauth2": "Para autenticar a {clientName}",
|
|
2329
2626
|
"login.title": "Iniciar sesi\xF3n",
|
|
2330
|
-
"login.title-aal2": "Autenticaci\xF3n de
|
|
2627
|
+
"login.title-aal2": "Autenticaci\xF3n de dos factores",
|
|
2628
|
+
"login.subtitle-aal2": "Elija una forma de completar su autenticaci\xF3n de segundo factor",
|
|
2629
|
+
"login.code.subtitle": "Se enviar\xE1 un c\xF3digo de verificaci\xF3n por correo electr\xF3nico",
|
|
2630
|
+
"login.webauthn.subtitle": "Por favor, prepare su dispositivo WebAuthN",
|
|
2631
|
+
"login.totp.subtitle": "Ingrese el c\xF3digo generado por su aplicaci\xF3n de autenticaci\xF3n",
|
|
2632
|
+
"login.lookup_secret.subtitle": "Ingrese uno de sus c\xF3digos de recuperaci\xF3n de respaldo de 8 d\xEDgitos",
|
|
2331
2633
|
"login.title-refresh": "Confirme que es usted",
|
|
2634
|
+
"login.2fa.go-back": "\xBFAlgo no funciona?",
|
|
2635
|
+
"login.2fa.go-back.link": "Volver",
|
|
2636
|
+
"login.2fa.method.go-back": "Elegir otro m\xE9todo",
|
|
2332
2637
|
"logout.accept-button": "S\xED",
|
|
2333
2638
|
"logout.reject-button": "No",
|
|
2334
2639
|
"logout.title": "\xBFDesea cerrar sesi\xF3n?",
|
|
@@ -2360,47 +2665,12 @@ var es_default = {
|
|
|
2360
2665
|
"two-step.passkey.title": "Clave de acceso (recomendada)",
|
|
2361
2666
|
"two-step.password.description": "Ingrese la contrase\xF1a asociada con su cuenta",
|
|
2362
2667
|
"two-step.password.title": "Contrase\xF1a",
|
|
2363
|
-
"two-step.webauthn.description": "Utiliza tu llave de seguridad para autenticarte",
|
|
2364
2668
|
"two-step.webauthn.title": "Clave de Seguridad",
|
|
2365
|
-
"
|
|
2366
|
-
"
|
|
2367
|
-
"
|
|
2368
|
-
"
|
|
2369
|
-
"
|
|
2370
|
-
"identities.messages.1010021": "",
|
|
2371
|
-
"identities.messages.1010022": "",
|
|
2372
|
-
"identities.messages.1010023": "",
|
|
2373
|
-
"identities.messages.1040007": "",
|
|
2374
|
-
"identities.messages.1040008": "",
|
|
2375
|
-
"identities.messages.1040009": "",
|
|
2376
|
-
"identities.messages.1050019": "",
|
|
2377
|
-
"identities.messages.1050020": "",
|
|
2378
|
-
"identities.messages.1070014": "",
|
|
2379
|
-
"identities.messages.1070015": "",
|
|
2380
|
-
"identities.messages.4000037": "",
|
|
2381
|
-
"identities.messages.4000038": "",
|
|
2382
|
-
"identities.messages.4010009": "",
|
|
2383
|
-
"identities.messages.4010010": "",
|
|
2384
|
-
"login.cancel-button": "",
|
|
2385
|
-
"login.cancel-label": "",
|
|
2386
|
-
"input.placeholder": "",
|
|
2387
|
-
"card.header.description.login": "",
|
|
2388
|
-
"card.header.description.registration": "",
|
|
2389
|
-
"card.header.parts.code": "",
|
|
2390
|
-
"card.header.parts.identifier-first": "",
|
|
2391
|
-
"card.header.parts.oidc": "",
|
|
2392
|
-
"card.header.parts.passkey": "",
|
|
2393
|
-
"card.header.parts.password.login": "",
|
|
2394
|
-
"card.header.parts.password.registration": "",
|
|
2395
|
-
"card.header.parts.webauthn": "",
|
|
2396
|
-
"forms.label.forgot-password": "",
|
|
2397
|
-
"login.subtitle": "",
|
|
2398
|
-
"login.subtitle-refresh": "",
|
|
2399
|
-
"misc.or": "",
|
|
2400
|
-
"recovery.subtitle": "",
|
|
2401
|
-
"registration.subtitle": "",
|
|
2402
|
-
"settings.subtitle": "",
|
|
2403
|
-
"verification.subtitle": "",
|
|
2669
|
+
"two-step.webauthn.description": "Utilice su llave de seguridad para autenticase",
|
|
2670
|
+
"two-step.totp.title": "Utilice su aplicaci\xF3n de autenticaci\xF3n (TOTP)",
|
|
2671
|
+
"two-step.totp.description": "Utilice un c\xF3digo de un solo uso de 6 d\xEDgitos de su aplicaci\xF3n de autenticaci\xF3n",
|
|
2672
|
+
"two-step.lookup_secret.title": "C\xF3digo de recuperaci\xF3n de respaldo",
|
|
2673
|
+
"two-step.lookup_secret.description": "Utilice uno de sus c\xF3digos de respaldo de 8 d\xEDgitos para autenticarse",
|
|
2404
2674
|
"settings.totp.info.linked": "Actualmente tienes una aplicaci\xF3n de autenticaci\xF3n conectada.",
|
|
2405
2675
|
"settings.totp.info.not-linked": "Para habilitar, escanea el c\xF3digo QR con tu autenticador e ingresa el c\xF3digo.",
|
|
2406
2676
|
"settings.totp.title": "Aplicaci\xF3n Autenticadora",
|
|
@@ -2418,25 +2688,85 @@ var es_default = {
|
|
|
2418
2688
|
"settings.profile.title": "Configuraci\xF3n de Perfil",
|
|
2419
2689
|
"settings.webauthn.description": "Administra la configuraci\xF3n de tu token de hardware",
|
|
2420
2690
|
"settings.webauthn.title": "Gestionar Tokens de Hardware",
|
|
2421
|
-
"
|
|
2422
|
-
"
|
|
2423
|
-
"
|
|
2424
|
-
"
|
|
2425
|
-
"
|
|
2426
|
-
"
|
|
2427
|
-
"
|
|
2428
|
-
"
|
|
2429
|
-
"
|
|
2430
|
-
"
|
|
2431
|
-
"
|
|
2432
|
-
"
|
|
2433
|
-
"
|
|
2434
|
-
"
|
|
2435
|
-
"
|
|
2436
|
-
"
|
|
2437
|
-
"
|
|
2438
|
-
"
|
|
2439
|
-
"
|
|
2691
|
+
"consent.title": "Autorizar {party}",
|
|
2692
|
+
"consent.subtitle": "Una aplicaci\xF3n de terceros quiere acceder a la informaci\xF3n asociada a su cuenta {identifier}.",
|
|
2693
|
+
"consent.scope.openid.title": "Identidad",
|
|
2694
|
+
"consent.scope.openid.description": "Permite que la aplicaci\xF3n verifique su identidad. Esto es necesario para la autenticaci\xF3n y una experiencia de inicio de sesi\xF3n confiable.",
|
|
2695
|
+
"consent.scope.offline_access.title": "Acceso sin conexi\xF3n",
|
|
2696
|
+
"consent.scope.offline_access.description": "Permite que esta aplicaci\xF3n le mantenga conectado incluso cuando no la est\xE9 utilizando activamente.",
|
|
2697
|
+
"consent.scope.profile.title": "Informaci\xF3n del perfil",
|
|
2698
|
+
"consent.scope.profile.description": "Permite el acceso a los detalles b\xE1sicos de su perfil, incluyendo su nombre de usuario, nombre y apellido.",
|
|
2699
|
+
"consent.scope.email.title": "Direcci\xF3n de correo electr\xF3nico",
|
|
2700
|
+
"consent.scope.email.description": "Recupere su direcci\xF3n de correo electr\xF3nico y su estado de verificaci\xF3n.",
|
|
2701
|
+
"consent.scope.address.title": "Direcci\xF3n f\xEDsica",
|
|
2702
|
+
"consent.scope.address.description": "Acceda a su direcci\xF3n postal.",
|
|
2703
|
+
"consent.scope.phone.title": "N\xFAmero de tel\xE9fono",
|
|
2704
|
+
"consent.scope.phone.description": "Recupere su n\xFAmero de tel\xE9fono y su estado de verificaci\xF3n.",
|
|
2705
|
+
"error.title": "Ocurri\xF3 un error",
|
|
2706
|
+
"identities.messages.1010016": 'Intentaste iniciar sesi\xF3n con "{duplicateIdentifier}", pero ese correo electr\xF3nico ya est\xE1 en uso por otra cuenta. Inicia sesi\xF3n en tu cuenta con una de las opciones a continuaci\xF3n para agregar tu cuenta "{duplicateIdentifier}" en "{provider}" como otra forma de iniciar sesi\xF3n.',
|
|
2707
|
+
"identities.messages.1010017": "Iniciar sesi\xF3n y vincular",
|
|
2708
|
+
"identities.messages.1010018": "Confirmar con {provider}",
|
|
2709
|
+
"identities.messages.1010019": "Solicitar c\xF3digo para continuar",
|
|
2710
|
+
"identities.messages.1010021": "Iniciar sesi\xF3n con clave de acceso",
|
|
2711
|
+
"identities.messages.1010022": "Iniciar sesi\xF3n con contrase\xF1a",
|
|
2712
|
+
"identities.messages.1010023": "Enviar c\xF3digo a {address}",
|
|
2713
|
+
"identities.messages.1040007": "Registrarse con clave de acceso",
|
|
2714
|
+
"identities.messages.1040008": "Atr\xE1s",
|
|
2715
|
+
"identities.messages.1040009": "Por favor, elige una credencial para autenticarte.",
|
|
2716
|
+
"identities.messages.1050019": "Agregar clave de acceso",
|
|
2717
|
+
"identities.messages.1070014": "Iniciar sesi\xF3n y vincular credencial",
|
|
2718
|
+
"identities.messages.1070015": "Por favor, completa el desaf\xEDo captcha para continuar.",
|
|
2719
|
+
"identities.messages.4000037": "Esta cuenta no existe o no tiene ning\xFAn m\xE9todo de inicio de sesi\xF3n configurado.",
|
|
2720
|
+
"identities.messages.4000038": "Fall\xF3 la verificaci\xF3n de Captcha, por favor intenta de nuevo.",
|
|
2721
|
+
"identities.messages.4010009": "Las credenciales vinculadas no coinciden.",
|
|
2722
|
+
"identities.messages.4010010": "La direcci\xF3n que ingresaste no coincide con ninguna direcci\xF3n conocida en la cuenta actual.",
|
|
2723
|
+
"login.cancel-button": "Cancelar",
|
|
2724
|
+
"login.cancel-label": "\xBFNo es la cuenta correcta?",
|
|
2725
|
+
"login.subtitle": "Iniciar sesi\xF3n con {parts}",
|
|
2726
|
+
"login.subtitle-refresh": "Confirma tu identidad con {parts}",
|
|
2727
|
+
"recovery.subtitle": "Ingresa la direcci\xF3n de correo electr\xF3nico asociada con tu cuenta para recibir un c\xF3digo de acceso \xFAnico",
|
|
2728
|
+
"registration.subtitle": "Registrarse con {parts}",
|
|
2729
|
+
"settings.subtitle": "Actualiza la configuraci\xF3n de tu cuenta",
|
|
2730
|
+
"settings.title-lookup-secret": "Administrar c\xF3digos de recuperaci\xF3n de respaldo 2FA",
|
|
2731
|
+
"settings.title-navigation": "Configuraci\xF3n de la cuenta",
|
|
2732
|
+
"settings.title-oidc": "Inicio de sesi\xF3n social",
|
|
2733
|
+
"settings.title-password": "Cambiar contrase\xF1a",
|
|
2734
|
+
"settings.title-profile": "Configuraci\xF3n del perfil",
|
|
2735
|
+
"settings.title-totp": "Administrar la aplicaci\xF3n de autenticaci\xF3n 2FA TOTP",
|
|
2736
|
+
"settings.title-webauthn": "Administrar tokens de hardware",
|
|
2737
|
+
"settings.title-passkey": "Administrar claves de acceso",
|
|
2738
|
+
"verification.subtitle": "Ingresa la direcci\xF3n de correo electr\xF3nico asociada con tu cuenta para verificarla",
|
|
2739
|
+
"input.placeholder": "Ingresa tu {placeholder}",
|
|
2740
|
+
"card.header.parts.oidc": "un proveedor social",
|
|
2741
|
+
"card.header.parts.password.registration": "tu {identifierLabel} y una contrase\xF1a",
|
|
2742
|
+
"card.header.parts.password.login": "tu {identifierLabel} y contrase\xF1a",
|
|
2743
|
+
"card.header.parts.code": "un c\xF3digo enviado a tu correo electr\xF3nico",
|
|
2744
|
+
"card.header.parts.passkey": "una clave de acceso",
|
|
2745
|
+
"card.header.parts.webauthn": "una clave de seguridad",
|
|
2746
|
+
"card.header.parts.identifier-first": "tu {identifierLabel}",
|
|
2747
|
+
"card.header.description.login": "Iniciar sesi\xF3n con {identifierLabel}",
|
|
2748
|
+
"card.header.description.registration": "Registrarse con {identifierLabel}",
|
|
2749
|
+
"misc.or": "o",
|
|
2750
|
+
"forms.label.forgot-password": "\xBFOlvidaste tu contrase\xF1a?",
|
|
2751
|
+
"settings.oidc.info": "Las cuentas conectadas de estos proveedores se pueden utilizar para iniciar sesi\xF3n en tu cuenta",
|
|
2752
|
+
"settings.webauthn.info": "Los tokens de hardware se utilizan para la autenticaci\xF3n de segundo factor o como primer factor con las claves de acceso",
|
|
2753
|
+
"settings.passkey.info": "Administra la configuraci\xF3n de tus claves de acceso",
|
|
2754
|
+
"card.footer.select-another-method": "Seleccionar otro m\xE9todo",
|
|
2755
|
+
"account-linking.title": "Vincular cuenta",
|
|
2756
|
+
"property.password": "contrase\xF1a",
|
|
2757
|
+
"property.email": "correo electr\xF3nico",
|
|
2758
|
+
"property.phone": "tel\xE9fono",
|
|
2759
|
+
"property.username": "nombre de usuario",
|
|
2760
|
+
"property.identifier": "identificador",
|
|
2761
|
+
"property.code": "c\xF3digo",
|
|
2762
|
+
"error.title.what-happened": "\xBFQu\xE9 pas\xF3?",
|
|
2763
|
+
"error.title.what-can-i-do": "\xBFQu\xE9 puedo hacer?",
|
|
2764
|
+
"error.instructions": "Por favor, int\xE9ntalo de nuevo en unos minutos o contacta al operador del sitio web.",
|
|
2765
|
+
"error.footer.text": "Al informar este error, incluye la siguiente informaci\xF3n:",
|
|
2766
|
+
"error.footer.copy": "Copiar",
|
|
2767
|
+
"error.action.go-back": "Regresar",
|
|
2768
|
+
"identities.messages.1010020": "",
|
|
2769
|
+
"identities.messages.1050020": 'Eliminar passkey "{display_name}"'
|
|
2440
2770
|
};
|
|
2441
2771
|
|
|
2442
2772
|
// src/locales/fr.json
|
|
@@ -2462,9 +2792,9 @@ var fr_default = {
|
|
|
2462
2792
|
"identities.messages.1010005": "V\xE9rifier",
|
|
2463
2793
|
"identities.messages.1010006": "Code d'authentification",
|
|
2464
2794
|
"identities.messages.1010007": "Code de r\xE9cup\xE9ration de secours",
|
|
2465
|
-
"identities.messages.1010008": "
|
|
2466
|
-
"identities.messages.1010009": "
|
|
2467
|
-
"identities.messages.1010010": "
|
|
2795
|
+
"identities.messages.1010008": "Continuer avec la cl\xE9 mat\xE9rielle",
|
|
2796
|
+
"identities.messages.1010009": "Continuer",
|
|
2797
|
+
"identities.messages.1010010": "Continuer",
|
|
2468
2798
|
"identities.messages.1010011": "Continuer avec la cl\xE9 de s\xE9curit\xE9",
|
|
2469
2799
|
"identities.messages.1010012": "Pr\xE9parez votre appareil WebAuthn (par exemple, une cl\xE9 de s\xE9curit\xE9, un scanner biom\xE9trique, ...) et appuyez sur Continuer.",
|
|
2470
2800
|
"identities.messages.1010013": "Continuer",
|
|
@@ -2581,7 +2911,15 @@ var fr_default = {
|
|
|
2581
2911
|
"login.subtitle-oauth2": "Pour vous authentifier sur {clientName}",
|
|
2582
2912
|
"login.title": "Se connecter",
|
|
2583
2913
|
"login.title-aal2": "Authentification \xE0 deux facteurs",
|
|
2914
|
+
"login.subtitle-aal2": "Choisissez une m\xE9thode pour compl\xE9ter votre authentification \xE0 deux facteurs",
|
|
2915
|
+
"login.code.subtitle": "Un code de v\xE9rification sera envoy\xE9 par e-mail",
|
|
2916
|
+
"login.webauthn.subtitle": "Veuillez pr\xE9parer votre dispositif WebAuthN",
|
|
2917
|
+
"login.totp.subtitle": "Veuillez saisir le code g\xE9n\xE9r\xE9 par votre application d'authentification",
|
|
2918
|
+
"login.lookup_secret.subtitle": "Veuillez saisir l'un de vos codes de r\xE9cup\xE9ration de secours \xE0 8 chiffres",
|
|
2584
2919
|
"login.title-refresh": "Confirmez que c'est bien vous",
|
|
2920
|
+
"login.2fa.go-back": "Quelque chose ne fonctionne pas ?",
|
|
2921
|
+
"login.2fa.go-back.link": "Retour",
|
|
2922
|
+
"login.2fa.method.go-back": "Choisir une autre m\xE9thode",
|
|
2585
2923
|
"logout.accept-button": "Oui",
|
|
2586
2924
|
"logout.reject-button": "Non",
|
|
2587
2925
|
"logout.title": "Souhaitez-vous vous d\xE9connecter ?",
|
|
@@ -2613,83 +2951,107 @@ var fr_default = {
|
|
|
2613
2951
|
"two-step.passkey.title": "Cl\xE9 de passe (recommand\xE9e)",
|
|
2614
2952
|
"two-step.password.description": "Entrez votre mot de passe associ\xE9 \xE0 votre compte",
|
|
2615
2953
|
"two-step.password.title": "Mot de passe",
|
|
2616
|
-
"two-step.webauthn.description": "Utilisez votre cl\xE9 de s\xE9curit\xE9 pour vous authentifier",
|
|
2617
2954
|
"two-step.webauthn.title": "Cl\xE9 de S\xE9curit\xE9",
|
|
2618
|
-
"
|
|
2619
|
-
"
|
|
2620
|
-
"
|
|
2621
|
-
"
|
|
2622
|
-
"
|
|
2623
|
-
"identities.messages.1010016": "",
|
|
2624
|
-
"identities.messages.1010017": "",
|
|
2625
|
-
"identities.messages.1010018": "",
|
|
2626
|
-
"identities.messages.1010019": "",
|
|
2627
|
-
"identities.messages.1010020": "",
|
|
2628
|
-
"identities.messages.1010021": "",
|
|
2629
|
-
"identities.messages.1010022": "",
|
|
2630
|
-
"identities.messages.1040007": "",
|
|
2631
|
-
"identities.messages.1040008": "",
|
|
2632
|
-
"identities.messages.1040009": "",
|
|
2633
|
-
"identities.messages.1050019": "",
|
|
2634
|
-
"identities.messages.1050020": "",
|
|
2635
|
-
"identities.messages.1070014": "",
|
|
2636
|
-
"identities.messages.4000037": "",
|
|
2637
|
-
"identities.messages.4010009": "",
|
|
2638
|
-
"identities.messages.4010010": "",
|
|
2639
|
-
"input.placeholder": "",
|
|
2640
|
-
"card.header.description.login": "",
|
|
2641
|
-
"card.header.description.registration": "",
|
|
2642
|
-
"card.header.parts.code": "",
|
|
2643
|
-
"card.header.parts.identifier-first": "",
|
|
2644
|
-
"card.header.parts.oidc": "",
|
|
2645
|
-
"card.header.parts.passkey": "",
|
|
2646
|
-
"card.header.parts.password.login": "",
|
|
2647
|
-
"card.header.parts.password.registration": "",
|
|
2648
|
-
"card.header.parts.webauthn": "",
|
|
2649
|
-
"forms.label.forgot-password": "",
|
|
2650
|
-
"login.subtitle": "",
|
|
2651
|
-
"login.subtitle-refresh": "",
|
|
2652
|
-
"misc.or": "",
|
|
2653
|
-
"recovery.subtitle": "",
|
|
2654
|
-
"registration.subtitle": "",
|
|
2655
|
-
"settings.subtitle": "",
|
|
2656
|
-
"verification.subtitle": "",
|
|
2955
|
+
"two-step.webauthn.description": "Utilisez votre cl\xE9 de s\xE9curit\xE9 pour vous authentifier",
|
|
2956
|
+
"two-step.totp.title": "Utilisez votre application d'authentification (TOTP)",
|
|
2957
|
+
"two-step.totp.description": "Utilisez un code \xE0 usage unique \xE0 6 chiffres provenant de votre application d'authentification",
|
|
2958
|
+
"two-step.lookup_secret.title": "Code de r\xE9cup\xE9ration de secours",
|
|
2959
|
+
"two-step.lookup_secret.description": "Utilisez l'un de vos codes de secours \xE0 8 chiffres pour vous authentifier",
|
|
2657
2960
|
"settings.totp.info.linked": "Vous avez actuellement une application d'authentification connect\xE9e.",
|
|
2658
2961
|
"settings.totp.info.not-linked": "Pour activer, scannez le QR code avec votre authentificateur et entrez le code.",
|
|
2659
2962
|
"settings.totp.title": "Application d'authentification",
|
|
2660
2963
|
"settings.totp.description": "Ajoutez une application d'authentification TOTP \xE0 votre compte pour am\xE9liorer la s\xE9curit\xE9 de votre compte. Les applications d'authentification populaires sont LastPass et Google Authenticator.",
|
|
2661
|
-
"
|
|
2662
|
-
"
|
|
2663
|
-
"
|
|
2664
|
-
"
|
|
2665
|
-
"
|
|
2666
|
-
"
|
|
2667
|
-
"
|
|
2668
|
-
"
|
|
2669
|
-
"
|
|
2670
|
-
"
|
|
2671
|
-
"
|
|
2672
|
-
"
|
|
2673
|
-
"
|
|
2674
|
-
"
|
|
2675
|
-
"
|
|
2676
|
-
"
|
|
2677
|
-
"
|
|
2678
|
-
"
|
|
2679
|
-
"
|
|
2680
|
-
"
|
|
2681
|
-
"
|
|
2682
|
-
"
|
|
2683
|
-
"
|
|
2684
|
-
"
|
|
2685
|
-
"
|
|
2686
|
-
"
|
|
2687
|
-
"
|
|
2688
|
-
"
|
|
2689
|
-
"
|
|
2690
|
-
"
|
|
2691
|
-
"
|
|
2692
|
-
"
|
|
2964
|
+
"consent.title": "Autoriser {party}",
|
|
2965
|
+
"consent.subtitle": "Une application tierce souhaite acc\xE9der aux informations associ\xE9es \xE0 votre compte {identifier}.",
|
|
2966
|
+
"consent.scope.openid.title": "Identit\xE9",
|
|
2967
|
+
"consent.scope.openid.description": "Permet \xE0 l'application de v\xE9rifier votre identit\xE9. Cela est n\xE9cessaire pour l'authentification et une exp\xE9rience de connexion fiable.",
|
|
2968
|
+
"consent.scope.offline_access.title": "Acc\xE8s hors ligne",
|
|
2969
|
+
"consent.scope.offline_access.description": "Permet \xE0 cette application de vous maintenir connect\xE9 m\xEAme lorsque vous ne l'utilisez pas activement.",
|
|
2970
|
+
"consent.scope.profile.title": "Informations de profil",
|
|
2971
|
+
"consent.scope.profile.description": "Permet l'acc\xE8s aux d\xE9tails de base de votre profil, y compris votre nom d'utilisateur, pr\xE9nom et nom.",
|
|
2972
|
+
"consent.scope.email.title": "Adresse e-mail",
|
|
2973
|
+
"consent.scope.email.description": "R\xE9cup\xE8re votre adresse e-mail et son statut de v\xE9rification.",
|
|
2974
|
+
"consent.scope.address.title": "Adresse physique",
|
|
2975
|
+
"consent.scope.address.description": "Acc\xE8de \xE0 votre adresse postale.",
|
|
2976
|
+
"consent.scope.phone.title": "Num\xE9ro de t\xE9l\xE9phone",
|
|
2977
|
+
"consent.scope.phone.description": "R\xE9cup\xE8re votre num\xE9ro de t\xE9l\xE9phone et son statut de v\xE9rification.",
|
|
2978
|
+
"identities.messages.1010016": "Vous avez essay\xE9 de vous connecter avec \xAB {duplicateIdentifier} \xBB, mais cet e-mail est d\xE9j\xE0 utilis\xE9 par un autre compte. Connectez-vous \xE0 votre compte avec l'une des options ci-dessous pour ajouter votre compte \xAB {duplicateIdentifier} \xBB sur \xAB {provider} \xBB comme autre moyen de vous connecter.",
|
|
2979
|
+
"identities.messages.1010017": "Se connecter et lier",
|
|
2980
|
+
"identities.messages.1010018": "Confirmer avec {provider}",
|
|
2981
|
+
"identities.messages.1010019": "Demander un code pour continuer",
|
|
2982
|
+
"identities.messages.1010021": "Se connecter avec une cl\xE9 d'acc\xE8s",
|
|
2983
|
+
"identities.messages.1010022": "Se connecter avec un mot de passe",
|
|
2984
|
+
"identities.messages.1010023": "Envoyer le code \xE0 {address}",
|
|
2985
|
+
"identities.messages.1040007": "S'inscrire avec une cl\xE9 d'acc\xE8s",
|
|
2986
|
+
"identities.messages.1040008": "Retour",
|
|
2987
|
+
"identities.messages.1040009": "Veuillez choisir une identification pour vous authentifier.",
|
|
2988
|
+
"identities.messages.1050019": "Ajouter une cl\xE9 d'acc\xE8s",
|
|
2989
|
+
"identities.messages.1050020": "Supprimer la cl\xE9 d'acc\xE8s \xAB {display_name} \xBB",
|
|
2990
|
+
"identities.messages.1070014": "Se connecter et lier l'identification",
|
|
2991
|
+
"identities.messages.1070015": "Veuillez compl\xE9ter le d\xE9fi captcha pour continuer.",
|
|
2992
|
+
"identities.messages.4000037": "Ce compte n'existe pas ou n'a aucune m\xE9thode de connexion configur\xE9e.",
|
|
2993
|
+
"identities.messages.4000038": "La v\xE9rification Captcha a \xE9chou\xE9, veuillez r\xE9essayer.",
|
|
2994
|
+
"identities.messages.4010009": "Les identifications li\xE9es ne correspondent pas.",
|
|
2995
|
+
"identities.messages.4010010": "L'adresse que vous avez saisie ne correspond \xE0 aucune adresse connue dans le compte actuel.",
|
|
2996
|
+
"login.cancel-button": "Annuler",
|
|
2997
|
+
"login.cancel-label": "Ce n'est pas le bon compte\xA0?",
|
|
2998
|
+
"login.subtitle": "Se connecter avec {parts}",
|
|
2999
|
+
"login.subtitle-refresh": "Confirmez votre identit\xE9 avec {parts}",
|
|
3000
|
+
"recovery.subtitle": "Saisissez l'adresse e-mail associ\xE9e \xE0 votre compte pour recevoir un code d'acc\xE8s unique",
|
|
3001
|
+
"registration.subtitle": "S'inscrire avec {parts}",
|
|
3002
|
+
"settings.subtitle": "Mettre \xE0 jour les param\xE8tres de votre compte",
|
|
3003
|
+
"settings.title-lookup-secret": "G\xE9rer les codes de r\xE9cup\xE9ration de sauvegarde 2FA",
|
|
3004
|
+
"settings.title-navigation": "Param\xE8tres du compte",
|
|
3005
|
+
"settings.title-oidc": "Connexion via les r\xE9seaux sociaux",
|
|
3006
|
+
"settings.title-password": "Changer le mot de passe",
|
|
3007
|
+
"settings.title-profile": "Param\xE8tres du profil",
|
|
3008
|
+
"settings.title-totp": "G\xE9rer l'application d'authentification 2FA TOTP",
|
|
3009
|
+
"settings.title-webauthn": "G\xE9rer les jetons mat\xE9riels",
|
|
3010
|
+
"settings.title-passkey": "G\xE9rer les cl\xE9s d'acc\xE8s",
|
|
3011
|
+
"settings.navigation.title": "Param\xE8tres du compte",
|
|
3012
|
+
"settings.password.title": "Changer le mot de passe",
|
|
3013
|
+
"settings.password.description": "Modifier votre mot de passe",
|
|
3014
|
+
"settings.profile.title": "Param\xE8tres du profil",
|
|
3015
|
+
"settings.profile.description": "Mettre \xE0 jour les informations de votre profil",
|
|
3016
|
+
"settings.webauthn.title": "G\xE9rer les jetons mat\xE9riels",
|
|
3017
|
+
"settings.webauthn.description": "G\xE9rer les param\xE8tres de votre jeton mat\xE9riel",
|
|
3018
|
+
"verification.subtitle": "Saisissez l'adresse e-mail associ\xE9e \xE0 votre compte pour la v\xE9rifier",
|
|
3019
|
+
"input.placeholder": "Saisissez votre {placeholder}",
|
|
3020
|
+
"card.header.parts.oidc": "un fournisseur de r\xE9seaux sociaux",
|
|
3021
|
+
"card.header.parts.password.registration": "votre {identifierLabel} et un mot de passe",
|
|
3022
|
+
"card.header.parts.password.login": "votre {identifierLabel} et votre mot de passe",
|
|
3023
|
+
"card.header.parts.code": "un code envoy\xE9 \xE0 votre adresse e-mail",
|
|
3024
|
+
"card.header.parts.passkey": "une cl\xE9 d'acc\xE8s",
|
|
3025
|
+
"card.header.parts.webauthn": "une cl\xE9 de s\xE9curit\xE9",
|
|
3026
|
+
"card.header.parts.identifier-first": "votre {identifierLabel}",
|
|
3027
|
+
"card.header.description.login": "Se connecter avec {identifierLabel}",
|
|
3028
|
+
"card.header.description.registration": "S'inscrire avec {identifierLabel}",
|
|
3029
|
+
"misc.or": "ou",
|
|
3030
|
+
"forms.label.forgot-password": "Mot de passe oubli\xE9?",
|
|
3031
|
+
"settings.lookup_secret.title": "Codes de r\xE9cup\xE9ration de sauvegarde (second facteur)",
|
|
3032
|
+
"settings.lookup_secret.description": "Les codes de r\xE9cup\xE9ration sont une sauvegarde s\xE9curis\xE9e pour l'authentification \xE0 deux facteurs (2FA), vous permettant de retrouver l'acc\xE8s \xE0 votre compte si vous perdez votre appareil 2FA.",
|
|
3033
|
+
"settings.oidc.title": "Comptes connect\xE9s",
|
|
3034
|
+
"settings.oidc.description": "Connectez un fournisseur de connexion sociale \xE0 votre compte.",
|
|
3035
|
+
"settings.oidc.info": "Les comptes connect\xE9s de ces fournisseurs peuvent \xEAtre utilis\xE9s pour vous connecter \xE0 votre compte",
|
|
3036
|
+
"settings.webauthn.info": "Les jetons mat\xE9riels sont utilis\xE9s pour l'authentification \xE0 deux facteurs ou comme premier facteur avec les cl\xE9s d'acc\xE8s",
|
|
3037
|
+
"settings.passkey.title": "G\xE9rer les cl\xE9s d'acc\xE8s",
|
|
3038
|
+
"settings.passkey.description": "G\xE9rer les param\xE8tres de vos cl\xE9s d'acc\xE8s",
|
|
3039
|
+
"settings.passkey.info": "G\xE9rer les param\xE8tres de vos cl\xE9s d'acc\xE8s",
|
|
3040
|
+
"card.footer.select-another-method": "S\xE9lectionner une autre m\xE9thode",
|
|
3041
|
+
"account-linking.title": "Lier le compte",
|
|
3042
|
+
"property.password": "mot de passe",
|
|
3043
|
+
"property.email": "e-mail",
|
|
3044
|
+
"property.phone": "t\xE9l\xE9phone",
|
|
3045
|
+
"property.username": "nom d'utilisateur",
|
|
3046
|
+
"property.identifier": "identifiant",
|
|
3047
|
+
"property.code": "code",
|
|
3048
|
+
"error.title.what-happened": "Que s'est-il pass\xE9?",
|
|
3049
|
+
"error.title.what-can-i-do": "Que puis-je faire?",
|
|
3050
|
+
"error.instructions": "Veuillez r\xE9essayer dans quelques minutes ou contacter l'op\xE9rateur du site Web.",
|
|
3051
|
+
"error.footer.text": "Lorsque vous signalez cette erreur, veuillez inclure les informations suivantes:",
|
|
3052
|
+
"error.footer.copy": "Copier",
|
|
3053
|
+
"error.action.go-back": "Retour",
|
|
3054
|
+
"identities.messages.1010020": ""
|
|
2693
3055
|
};
|
|
2694
3056
|
|
|
2695
3057
|
// src/locales/nl.json
|
|
@@ -2715,9 +3077,9 @@ var nl_default = {
|
|
|
2715
3077
|
"identities.messages.1010005": "Verifi\xEBren",
|
|
2716
3078
|
"identities.messages.1010006": "Verificatiecode",
|
|
2717
3079
|
"identities.messages.1010007": "Back-up herstelcode",
|
|
2718
|
-
"identities.messages.1010008": "
|
|
2719
|
-
"identities.messages.1010009": "
|
|
2720
|
-
"identities.messages.1010010": "
|
|
3080
|
+
"identities.messages.1010008": "Ga verder met hardware-sleutel",
|
|
3081
|
+
"identities.messages.1010009": "Doorgaan",
|
|
3082
|
+
"identities.messages.1010010": "Doorgaan",
|
|
2721
3083
|
"identities.messages.1010011": "Doorgaan met beveiligingssleutel",
|
|
2722
3084
|
"identities.messages.1010012": "Bereid uw WebAuthn-apparaat voor (bijv. beveiligingssleutel, biometrische scanner, ...) en druk op doorgaan.",
|
|
2723
3085
|
"identities.messages.1010013": "Doorgaan",
|
|
@@ -2833,8 +3195,16 @@ var nl_default = {
|
|
|
2833
3195
|
"login.registration-label": "Heb je nog geen account?",
|
|
2834
3196
|
"login.subtitle-oauth2": "Om te authenticeren bij {clientName}",
|
|
2835
3197
|
"login.title": "Inloggen",
|
|
2836
|
-
"login.title-aal2": "
|
|
3198
|
+
"login.title-aal2": "Tweefactorauthenticatie",
|
|
3199
|
+
"login.subtitle-aal2": "Kies een manier om uw tweefactorauthenticatie te voltooien",
|
|
3200
|
+
"login.code.subtitle": "Er wordt een verificatiecode per e-mail verzonden",
|
|
3201
|
+
"login.webauthn.subtitle": "Bereid uw WebAuthN-apparaat voor",
|
|
3202
|
+
"login.totp.subtitle": "Voer de code in die door uw Authenticator-app is gegenereerd",
|
|
3203
|
+
"login.lookup_secret.subtitle": "Voer een van uw 8-cijferige back-up herstelcodes in",
|
|
2837
3204
|
"login.title-refresh": "Bevestig dat jij het bent",
|
|
3205
|
+
"login.2fa.go-back": "Werkt er iets niet?",
|
|
3206
|
+
"login.2fa.go-back.link": "Ga terug",
|
|
3207
|
+
"login.2fa.method.go-back": "Kies een andere methode",
|
|
2838
3208
|
"logout.accept-button": "Ja",
|
|
2839
3209
|
"logout.reject-button": "Nee",
|
|
2840
3210
|
"logout.title": "Wil je uitloggen?",
|
|
@@ -2866,8 +3236,12 @@ var nl_default = {
|
|
|
2866
3236
|
"two-step.passkey.title": "Toegangscode (aanbevolen)",
|
|
2867
3237
|
"two-step.password.description": "Voer uw wachtwoord in dat is gekoppeld aan uw account",
|
|
2868
3238
|
"two-step.password.title": "Wachtwoord",
|
|
2869
|
-
"two-step.webauthn.description": "Gebruik uw beveiligingssleutel om te verifi\xEBren",
|
|
2870
3239
|
"two-step.webauthn.title": "Beveiligingssleutel",
|
|
3240
|
+
"two-step.webauthn.description": "Gebruik uw beveiligingssleutel om te verifi\xEBren",
|
|
3241
|
+
"two-step.totp.title": "Gebruik uw Authenticator-app (TOTP)",
|
|
3242
|
+
"two-step.totp.description": "Gebruik een 6-cijferige eenmalige code van uw authenticator-app",
|
|
3243
|
+
"two-step.lookup_secret.title": "Herstelcode",
|
|
3244
|
+
"two-step.lookup_secret.description": "Gebruik een van uw 8-cijferige back-upcodes om te authenticeren",
|
|
2871
3245
|
"identities.messages.1010023": "",
|
|
2872
3246
|
"identities.messages.1070014": "",
|
|
2873
3247
|
"identities.messages.1070015": "",
|
|
@@ -2942,7 +3316,27 @@ var nl_default = {
|
|
|
2942
3316
|
"property.identifier": "",
|
|
2943
3317
|
"property.password": "",
|
|
2944
3318
|
"property.phone": "",
|
|
2945
|
-
"property.username": ""
|
|
3319
|
+
"property.username": "",
|
|
3320
|
+
"consent.title": "Autoriseren {party}",
|
|
3321
|
+
"consent.subtitle": "Een derde partij applicatie wil toegang tot informatie die aan uw account {identifier} is gekoppeld.",
|
|
3322
|
+
"consent.scope.openid.title": "Identiteit",
|
|
3323
|
+
"consent.scope.openid.description": "Stelt de applicatie in staat uw identiteit te verifi\xEBren. Dit is vereist voor authenticatie en een betrouwbare inlogervaring.",
|
|
3324
|
+
"consent.scope.offline_access.title": "Offline toegang",
|
|
3325
|
+
"consent.scope.offline_access.description": "Stelt deze applicatie in staat u ingelogd te houden, zelfs wanneer u deze niet actief gebruikt.",
|
|
3326
|
+
"consent.scope.profile.title": "Profielinformatie",
|
|
3327
|
+
"consent.scope.profile.description": "Geeft toegang tot uw basisprofielgegevens, inclusief uw gebruikersnaam, voornaam en achternaam.",
|
|
3328
|
+
"consent.scope.email.title": "E-mailadres",
|
|
3329
|
+
"consent.scope.email.description": "Haal uw e-mailadres en de verificatiestatus ervan op.",
|
|
3330
|
+
"consent.scope.address.title": "Fysiek adres",
|
|
3331
|
+
"consent.scope.address.description": "Toegang tot uw postadres.",
|
|
3332
|
+
"consent.scope.phone.title": "Telefoonnummer",
|
|
3333
|
+
"consent.scope.phone.description": "Haal uw telefoonnummer en de verificatiestatus ervan op.",
|
|
3334
|
+
"error.action.go-back": "",
|
|
3335
|
+
"error.footer.copy": "",
|
|
3336
|
+
"error.footer.text": "",
|
|
3337
|
+
"error.title.what-can-i-do": "",
|
|
3338
|
+
"error.title.what-happened": "",
|
|
3339
|
+
"error.instructions": ""
|
|
2946
3340
|
};
|
|
2947
3341
|
|
|
2948
3342
|
// src/locales/pl.json
|
|
@@ -2968,9 +3362,9 @@ var pl_default = {
|
|
|
2968
3362
|
"identities.messages.1010005": "Zweryifkuj",
|
|
2969
3363
|
"identities.messages.1010006": "Kod autentykacyjny",
|
|
2970
3364
|
"identities.messages.1010007": "Zapasowe kody odzyskiwania",
|
|
2971
|
-
"identities.messages.1010008": "
|
|
2972
|
-
"identities.messages.1010009": "
|
|
2973
|
-
"identities.messages.1010010": "
|
|
3365
|
+
"identities.messages.1010008": "Kontynuuj z kluczem sprz\u0119towym",
|
|
3366
|
+
"identities.messages.1010009": "Kontynuuj",
|
|
3367
|
+
"identities.messages.1010010": "Kontynuuj",
|
|
2974
3368
|
"identities.messages.1010011": "Kontynuuj za pomoc\u0105 klucza bezpiecze\u0144stwa",
|
|
2975
3369
|
"identities.messages.1010012": "Przygotuj swoje urz\u0105dzenie WebAuthn (np. klucz bezpiecze\u0144stwa, czytnik biometryczny, ...) a nast\u0119pnie kliknij kontynuuj.",
|
|
2976
3370
|
"identities.messages.1010013": "Kontynuuj",
|
|
@@ -3086,8 +3480,16 @@ var pl_default = {
|
|
|
3086
3480
|
"login.registration-label": "Nie posiadasz konta?",
|
|
3087
3481
|
"login.subtitle-oauth2": "Do autentykacji {clientName}",
|
|
3088
3482
|
"login.title": "Zaloguj si\u0119",
|
|
3089
|
-
"login.title-aal2": "
|
|
3483
|
+
"login.title-aal2": "Uwierzytelnianie dwusk\u0142adnikowe",
|
|
3484
|
+
"login.subtitle-aal2": "Wybierz spos\xF3b, aby zako\u0144czy\u0107 uwierzytelnianie dwusk\u0142adnikowe",
|
|
3485
|
+
"login.code.subtitle": "Kod weryfikacyjny zostanie wys\u0142any e-mailem",
|
|
3486
|
+
"login.webauthn.subtitle": "Prosz\u0119 przygotowa\u0107 urz\u0105dzenie WebAuthN",
|
|
3487
|
+
"login.totp.subtitle": "Prosz\u0119 wprowadzi\u0107 kod wygenerowany przez Twoj\u0105 aplikacj\u0119 uwierzytelniaj\u0105c\u0105",
|
|
3488
|
+
"login.lookup_secret.subtitle": "Prosz\u0119 wprowadzi\u0107 jeden z Twoich 8-cyfrowych kod\xF3w odzyskiwania zapasowego",
|
|
3090
3489
|
"login.title-refresh": "Potwierd\u017A \u017Ce to Ty",
|
|
3490
|
+
"login.2fa.go-back": "Co\u015B nie dzia\u0142a?",
|
|
3491
|
+
"login.2fa.go-back.link": "Wr\xF3\u0107",
|
|
3492
|
+
"login.2fa.method.go-back": "Wybierz inn\u0105 metod\u0119",
|
|
3091
3493
|
"logout.accept-button": "Tak",
|
|
3092
3494
|
"logout.reject-button": "Nie",
|
|
3093
3495
|
"logout.title": "Czy chcesz si\u0119 wylogowa\u0107?",
|
|
@@ -3119,8 +3521,12 @@ var pl_default = {
|
|
|
3119
3521
|
"two-step.passkey.title": "Klucz dost\u0119pu (zalecany)",
|
|
3120
3522
|
"two-step.password.description": "Wprowad\u017A has\u0142o powi\u0105zane z twoim kontem",
|
|
3121
3523
|
"two-step.password.title": "Has\u0142o",
|
|
3122
|
-
"two-step.webauthn.description": "U\u017Cyj swojego klucza bezpiecze\u0144stwa do uwierzytelnienia",
|
|
3123
3524
|
"two-step.webauthn.title": "Klucz bezpiecze\u0144stwa",
|
|
3525
|
+
"two-step.webauthn.description": "U\u017Cyj swojego klucza bezpiecze\u0144stwa do uwierzytelnienia",
|
|
3526
|
+
"two-step.totp.title": "U\u017Cyj swojej aplikacji uwierzytelniaj\u0105cej (TOTP)",
|
|
3527
|
+
"two-step.totp.description": "U\u017Cyj 6-cyfrowego jednorazowego kodu z Twojej aplikacji uwierzytelniaj\u0105cej",
|
|
3528
|
+
"two-step.lookup_secret.title": "Kod odzyskiwania zapasowego",
|
|
3529
|
+
"two-step.lookup_secret.description": "U\u017Cyj jednego z Twoich 8-cyfrowych kod\xF3w zapasowych, aby si\u0119 uwierzytelni\u0107",
|
|
3124
3530
|
"identities.messages.1010016": "",
|
|
3125
3531
|
"identities.messages.1010017": "",
|
|
3126
3532
|
"identities.messages.1010018": "",
|
|
@@ -3195,7 +3601,27 @@ var pl_default = {
|
|
|
3195
3601
|
"property.password": "",
|
|
3196
3602
|
"property.phone": "",
|
|
3197
3603
|
"property.username": "",
|
|
3198
|
-
"property.identifier": ""
|
|
3604
|
+
"property.identifier": "",
|
|
3605
|
+
"consent.title": "Autoryzuj {party}",
|
|
3606
|
+
"consent.subtitle": "Aplikacja trzeciej strony chce uzyska\u0107 dost\u0119p do informacji powi\u0105zanych z Twoim kontem {identifier}.",
|
|
3607
|
+
"consent.scope.openid.title": "To\u017Csamo\u015B\u0107",
|
|
3608
|
+
"consent.scope.openid.description": "Pozwala aplikacji zweryfikowa\u0107 Twoj\u0105 to\u017Csamo\u015B\u0107. Jest to wymagane do uwierzytelniania i zapewnienia zaufanej sesji logowania.",
|
|
3609
|
+
"consent.scope.offline_access.title": "Dost\u0119p offline",
|
|
3610
|
+
"consent.scope.offline_access.description": "Pozwala aplikacji utrzyma\u0107 Twoje logowanie, nawet gdy nie korzystasz z niej aktywnie.",
|
|
3611
|
+
"consent.scope.profile.title": "Informacje profilowe",
|
|
3612
|
+
"consent.scope.profile.description": "Pozwala na dost\u0119p do podstawowych danych profilowych, w tym nazwy u\u017Cytkownika, imienia i nazwiska.",
|
|
3613
|
+
"consent.scope.email.title": "Adres e-mail",
|
|
3614
|
+
"consent.scope.email.description": "Pobierz sw\xF3j adres e-mail oraz status jego weryfikacji.",
|
|
3615
|
+
"consent.scope.address.title": "Adres fizyczny",
|
|
3616
|
+
"consent.scope.address.description": "Dost\u0119p do Twojego adresu pocztowego.",
|
|
3617
|
+
"consent.scope.phone.title": "Numer telefonu",
|
|
3618
|
+
"consent.scope.phone.description": "Pobierz sw\xF3j numer telefonu oraz status jego weryfikacji.",
|
|
3619
|
+
"error.action.go-back": "",
|
|
3620
|
+
"error.footer.copy": "",
|
|
3621
|
+
"error.footer.text": "",
|
|
3622
|
+
"error.title.what-can-i-do": "",
|
|
3623
|
+
"error.title.what-happened": "",
|
|
3624
|
+
"error.instructions": ""
|
|
3199
3625
|
};
|
|
3200
3626
|
|
|
3201
3627
|
// src/locales/pt.json
|
|
@@ -3221,9 +3647,9 @@ var pt_default = {
|
|
|
3221
3647
|
"identities.messages.1010005": "Verificar",
|
|
3222
3648
|
"identities.messages.1010006": "C\xF3digo de Autentica\xE7\xE3o",
|
|
3223
3649
|
"identities.messages.1010007": "C\xF3digo de Recupera\xE7\xE3o de Backup",
|
|
3224
|
-
"identities.messages.1010008": "
|
|
3225
|
-
"identities.messages.1010009": "
|
|
3226
|
-
"identities.messages.1010010": "
|
|
3650
|
+
"identities.messages.1010008": "Continuar com chave de hardware",
|
|
3651
|
+
"identities.messages.1010009": "Continuar",
|
|
3652
|
+
"identities.messages.1010010": "Continuar",
|
|
3227
3653
|
"identities.messages.1010011": "Continuar com a chave de seguran\xE7a",
|
|
3228
3654
|
"identities.messages.1010012": "Prepare o seu dispositivo WebAuthn (por exemplo, chave de seguran\xE7a, scanner biom\xE9trico, ...) e pressione continuar.",
|
|
3229
3655
|
"identities.messages.1010013": "Continuar",
|
|
@@ -3339,8 +3765,16 @@ var pt_default = {
|
|
|
3339
3765
|
"login.registration-label": "N\xE3o tem uma conta?",
|
|
3340
3766
|
"login.subtitle-oauth2": "Para autenticar {clientName}",
|
|
3341
3767
|
"login.title": "Entrar",
|
|
3342
|
-
"login.title-aal2": "Autentica\xE7\xE3o de
|
|
3768
|
+
"login.title-aal2": "Autentica\xE7\xE3o de dois fatores",
|
|
3769
|
+
"login.subtitle-aal2": "Escolha uma forma de completar sua autentica\xE7\xE3o de segundo fator",
|
|
3770
|
+
"login.code.subtitle": "Um c\xF3digo de verifica\xE7\xE3o ser\xE1 enviado por e-mail",
|
|
3771
|
+
"login.webauthn.subtitle": "Por favor, prepare seu dispositivo WebAuthN",
|
|
3772
|
+
"login.totp.subtitle": "Digite o c\xF3digo gerado pelo seu aplicativo autenticador",
|
|
3773
|
+
"login.lookup_secret.subtitle": "Digite um dos seus c\xF3digos de recupera\xE7\xE3o de 8 d\xEDgitos",
|
|
3343
3774
|
"login.title-refresh": "Confirme que \xE9 voc\xEA",
|
|
3775
|
+
"login.2fa.go-back": "Algo n\xE3o est\xE1 funcionando?",
|
|
3776
|
+
"login.2fa.go-back.link": "Voltar",
|
|
3777
|
+
"login.2fa.method.go-back": "Escolher outro m\xE9todo",
|
|
3344
3778
|
"logout.accept-button": "Sim",
|
|
3345
3779
|
"logout.reject-button": "N\xE3o",
|
|
3346
3780
|
"logout.title": "Deseja sair?",
|
|
@@ -3372,8 +3806,12 @@ var pt_default = {
|
|
|
3372
3806
|
"two-step.passkey.title": "Chave de acesso (recomendado)",
|
|
3373
3807
|
"two-step.password.description": "Insira a sua senha associada \xE0 sua conta",
|
|
3374
3808
|
"two-step.password.title": "Senha",
|
|
3375
|
-
"two-step.webauthn.description": "Use sua chave de seguran\xE7a para autenticar",
|
|
3376
3809
|
"two-step.webauthn.title": "Chave de Seguran\xE7a",
|
|
3810
|
+
"two-step.webauthn.description": "Use sua chave de seguran\xE7a para autenticar",
|
|
3811
|
+
"two-step.totp.title": "Use seu aplicativo autenticador (TOTP)",
|
|
3812
|
+
"two-step.totp.description": "Use um c\xF3digo \xFAnico de 6 d\xEDgitos do seu aplicativo autenticador",
|
|
3813
|
+
"two-step.lookup_secret.title": "C\xF3digo de recupera\xE7\xE3o de backup",
|
|
3814
|
+
"two-step.lookup_secret.description": "Use um dos seus c\xF3digos de backup de 8 d\xEDgitos para autenticar",
|
|
3377
3815
|
"identities.messages.1010016": "",
|
|
3378
3816
|
"identities.messages.1010017": "",
|
|
3379
3817
|
"identities.messages.1010018": "",
|
|
@@ -3448,7 +3886,27 @@ var pt_default = {
|
|
|
3448
3886
|
"property.identifier": "",
|
|
3449
3887
|
"property.password": "",
|
|
3450
3888
|
"property.phone": "",
|
|
3451
|
-
"property.username": ""
|
|
3889
|
+
"property.username": "",
|
|
3890
|
+
"consent.title": "Autorizar {party}",
|
|
3891
|
+
"consent.subtitle": "Um aplicativo de terceiros deseja acessar as informa\xE7\xF5es associadas \xE0 sua conta {identifier}.",
|
|
3892
|
+
"consent.scope.openid.title": "Identidade",
|
|
3893
|
+
"consent.scope.openid.description": "Permite que a aplica\xE7\xE3o verifique sua identidade. Isso \xE9 necess\xE1rio para a autentica\xE7\xE3o e uma experi\xEAncia de login confi\xE1vel.",
|
|
3894
|
+
"consent.scope.offline_access.title": "Acesso Offline",
|
|
3895
|
+
"consent.scope.offline_access.description": "Permite que este aplicativo mantenha voc\xEA conectado mesmo quando n\xE3o estiver usando-o ativamente.",
|
|
3896
|
+
"consent.scope.profile.title": "Informa\xE7\xF5es do Perfil",
|
|
3897
|
+
"consent.scope.profile.description": "Permite o acesso aos detalhes b\xE1sicos do seu perfil, incluindo seu nome de usu\xE1rio, primeiro nome e sobrenome.",
|
|
3898
|
+
"consent.scope.email.title": "Endere\xE7o de E-mail",
|
|
3899
|
+
"consent.scope.email.description": "Recupere seu endere\xE7o de e-mail e seu status de verifica\xE7\xE3o.",
|
|
3900
|
+
"consent.scope.address.title": "Endere\xE7o F\xEDsico",
|
|
3901
|
+
"consent.scope.address.description": "Acesse seu endere\xE7o postal.",
|
|
3902
|
+
"consent.scope.phone.title": "N\xFAmero de Telefone",
|
|
3903
|
+
"consent.scope.phone.description": "Recupere seu n\xFAmero de telefone e seu status de verifica\xE7\xE3o.",
|
|
3904
|
+
"error.action.go-back": "",
|
|
3905
|
+
"error.footer.copy": "",
|
|
3906
|
+
"error.footer.text": "",
|
|
3907
|
+
"error.title.what-can-i-do": "",
|
|
3908
|
+
"error.title.what-happened": "",
|
|
3909
|
+
"error.instructions": ""
|
|
3452
3910
|
};
|
|
3453
3911
|
|
|
3454
3912
|
// src/locales/sv.json
|
|
@@ -3474,9 +3932,9 @@ var sv_default = {
|
|
|
3474
3932
|
"identities.messages.1010005": "Verifiera",
|
|
3475
3933
|
"identities.messages.1010006": "Autentiseringskod",
|
|
3476
3934
|
"identities.messages.1010007": "\xC5terst\xE4llningskod f\xF6r backup",
|
|
3477
|
-
"identities.messages.1010008": "
|
|
3478
|
-
"identities.messages.1010009": "
|
|
3479
|
-
"identities.messages.1010010": "
|
|
3935
|
+
"identities.messages.1010008": "Forts\xE4tt med s\xE4kerhetsnyckel",
|
|
3936
|
+
"identities.messages.1010009": "Forts\xE4tt",
|
|
3937
|
+
"identities.messages.1010010": "Forts\xE4tt",
|
|
3480
3938
|
"identities.messages.1010011": "Forts\xE4tt med s\xE4kerhetsnyckel",
|
|
3481
3939
|
"identities.messages.1010012": "F\xF6rbered din WebAuthn-enhet (t.ex. s\xE4kerhetsnyckel, biometriska skanner, ...) och tryck p\xE5 forts\xE4tt.",
|
|
3482
3940
|
"identities.messages.1010013": "Forts\xE4tt",
|
|
@@ -3611,7 +4069,15 @@ var sv_default = {
|
|
|
3611
4069
|
"login.subtitle-oauth2": "Att autentisera {clientName}",
|
|
3612
4070
|
"login.title": "Logga in",
|
|
3613
4071
|
"login.title-aal2": "Tv\xE5faktorsautentisering",
|
|
4072
|
+
"login.subtitle-aal2": "V\xE4lj ett s\xE4tt att slutf\xF6ra din tv\xE5faktorsautentisering",
|
|
4073
|
+
"login.code.subtitle": "En verifieringskod kommer att skickas via e-post",
|
|
4074
|
+
"login.webauthn.subtitle": "F\xF6rbered din WebAuthN-enhet",
|
|
4075
|
+
"login.totp.subtitle": "Ange koden som genererats av din autentiseringsapp",
|
|
4076
|
+
"login.lookup_secret.subtitle": "Ange en av dina 8-siffriga \xE5terst\xE4llningskoder",
|
|
3614
4077
|
"login.title-refresh": "Bekr\xE4fta att det \xE4r du",
|
|
4078
|
+
"login.2fa.go-back": "N\xE5got fungerar inte?",
|
|
4079
|
+
"login.2fa.go-back.link": "G\xE5 tillbaka",
|
|
4080
|
+
"login.2fa.method.go-back": "V\xE4lj en annan metod",
|
|
3615
4081
|
"logout.accept-button": "Ja",
|
|
3616
4082
|
"logout.reject-button": "Nej",
|
|
3617
4083
|
"logout.title": "Vill du logga ut?",
|
|
@@ -3643,8 +4109,12 @@ var sv_default = {
|
|
|
3643
4109
|
"two-step.passkey.title": "Passerkod (rekommenderad)",
|
|
3644
4110
|
"two-step.password.description": "Ange ditt l\xF6senord kopplat till ditt konto",
|
|
3645
4111
|
"two-step.password.title": "L\xF6senord",
|
|
3646
|
-
"two-step.webauthn.description": "Anv\xE4nd din s\xE4kerhetsnyckel f\xF6r att autentisera",
|
|
3647
4112
|
"two-step.webauthn.title": "S\xE4kerhetsnyckel",
|
|
4113
|
+
"two-step.webauthn.description": "Anv\xE4nd din s\xE4kerhetsnyckel f\xF6r att autentisera",
|
|
4114
|
+
"two-step.totp.title": "Anv\xE4nd din autentiseringsapp (TOTP)",
|
|
4115
|
+
"two-step.totp.description": "Anv\xE4nd en 6-siffrig eng\xE5ngskod fr\xE5n din autentiseringsapp",
|
|
4116
|
+
"two-step.lookup_secret.title": "Reserv\xE5terst\xE4llningskod",
|
|
4117
|
+
"two-step.lookup_secret.description": "Anv\xE4nd en av dina 8-siffriga reservkoder f\xF6r att autentisera",
|
|
3648
4118
|
"identities.messages.4000037": "Detta konto finns inte eller har ingen inloggningsmetod konfigurerad.",
|
|
3649
4119
|
"identities.messages.4000038": "Captcha-verifiering misslyckades, f\xF6rs\xF6k igen.",
|
|
3650
4120
|
"identities.messages.1010020": "",
|
|
@@ -3701,7 +4171,27 @@ var sv_default = {
|
|
|
3701
4171
|
"property.phone": "telefon",
|
|
3702
4172
|
"property.username": "anv\xE4ndarnamn",
|
|
3703
4173
|
"property.identifier": "identifier",
|
|
3704
|
-
"property.code": "kod"
|
|
4174
|
+
"property.code": "kod",
|
|
4175
|
+
"consent.title": "Auktorisera {party}",
|
|
4176
|
+
"consent.subtitle": "En tredjepartsapplikation vill f\xE5 tillg\xE5ng till information kopplad till ditt konto {identifier}.",
|
|
4177
|
+
"consent.scope.openid.title": "Identitet",
|
|
4178
|
+
"consent.scope.openid.description": "G\xF6r det m\xF6jligt f\xF6r applikationen att verifiera din identitet. Detta kr\xE4vs f\xF6r autentisering och en p\xE5litlig inloggningsupplevelse.",
|
|
4179
|
+
"consent.scope.offline_access.title": "Offline-\xE5tkomst",
|
|
4180
|
+
"consent.scope.offline_access.description": "G\xF6r det m\xF6jligt f\xF6r denna applikation att h\xE5lla dig inloggad \xE4ven n\xE4r du inte aktivt anv\xE4nder den.",
|
|
4181
|
+
"consent.scope.profile.title": "Profilinformation",
|
|
4182
|
+
"consent.scope.profile.description": "Ger tillg\xE5ng till dina grundl\xE4ggande profiluppgifter, inklusive ditt anv\xE4ndarnamn, f\xF6rnamn och efternamn.",
|
|
4183
|
+
"consent.scope.email.title": "E-postadress",
|
|
4184
|
+
"consent.scope.email.description": "H\xE4mta din e-postadress och dess verifieringsstatus.",
|
|
4185
|
+
"consent.scope.address.title": "Fysisk adress",
|
|
4186
|
+
"consent.scope.address.description": "F\xE5 \xE5tkomst till din postadress.",
|
|
4187
|
+
"consent.scope.phone.title": "Telefonnummer",
|
|
4188
|
+
"consent.scope.phone.description": "H\xE4mta ditt telefonnummer och dess verifieringsstatus.",
|
|
4189
|
+
"error.action.go-back": "",
|
|
4190
|
+
"error.footer.copy": "",
|
|
4191
|
+
"error.footer.text": "",
|
|
4192
|
+
"error.title.what-can-i-do": "",
|
|
4193
|
+
"error.title.what-happened": "",
|
|
4194
|
+
"error.instructions": ""
|
|
3705
4195
|
};
|
|
3706
4196
|
|
|
3707
4197
|
// src/locales/index.ts
|
|
@@ -3722,6 +4212,7 @@ exports.OryCardContent = OryCardContent;
|
|
|
3722
4212
|
exports.OryCardFooter = OryCardFooter;
|
|
3723
4213
|
exports.OryCardHeader = OryCardHeader;
|
|
3724
4214
|
exports.OryCardValidationMessages = OryCardValidationMessages;
|
|
4215
|
+
exports.OryConsentCard = OryConsentCard;
|
|
3725
4216
|
exports.OryForm = OryForm;
|
|
3726
4217
|
exports.OryFormGroupDivider = OryFormGroupDivider;
|
|
3727
4218
|
exports.OryFormGroups = OryFormGroups;
|