Skip to content

Commit f95ee91

Browse files
jonas-jonasory-bot
authored andcommitted
fix: update ory/client-fetch to properly handle 403 during recovery flows
GitOrigin-RevId: d3679f1a81deea718f58b30bccb900c3b2627db4
1 parent fd41e01 commit f95ee91

File tree

14 files changed

+481
-58
lines changed

14 files changed

+481
-58
lines changed

examples/nextjs-app-router-custom-components/ory.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ import type { OryClientConfiguration } from "@ory/elements-react"
55

66
const config: OryClientConfiguration = {
77
project: {
8-
default_locale: "en",
98
default_redirect_url: "/",
109
error_ui_url: "/error",
11-
locale_behavior: "force_default",
1210
name: "Ory Next.js App Router Example With Custom Components",
1311
registration_enabled: true,
1412
verification_enabled: true,

examples/nextjs-app-router-custom-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@ory/client-fetch": "*",
12+
"@ory/client-fetch": "1.22.22",
1313
"@ory/elements-react": "*",
1414
"@ory/nextjs": "*",
1515
"@tabler/icons-react": "3.34.1",

examples/nextjs-app-router/ory.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ import type { OryClientConfiguration } from "@ory/elements-react"
55

66
const config: OryClientConfiguration = {
77
project: {
8-
default_locale: "en",
98
default_redirect_url: "/",
109
error_ui_url: "/error",
11-
locale_behavior: "force_default",
1210
name: "Ory Next.js App Router Example",
1311
registration_enabled: true,
1412
verification_enabled: true,

examples/nextjs-pages-router/ory.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ import { OryClientConfiguration } from "@ory/elements-react"
55

66
const config: OryClientConfiguration = {
77
project: {
8-
default_locale: "en",
98
default_redirect_url: "/",
109
error_ui_url: "/error",
11-
locale_behavior: "force_default",
1210
name: "Ory Next.js App Router Example",
1311
registration_enabled: true,
1412
verification_enabled: true,

package-lock.json

Lines changed: 6 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/elements-react/api-report/elements-react-theme.api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
55
```ts
66

7-
import { AccountExperienceConfiguration } from '@ory/client-fetch';
87
import { ComponentPropsWithoutRef } from 'react';
98
import { ComponentType } from 'react';
109
import { ConfigurationParameters } from '@ory/client-fetch';

0 commit comments

Comments
 (0)