Skip to content

Commit 428524c

Browse files
authored
Revert "feat(auth): custom Ory Elements login UI" (#399)
1 parent a930d4f commit 428524c

30 files changed

Lines changed: 41 additions & 1042 deletions

.env.example

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
2929
### Ory Network configuration (required when AUTH_PROVIDER=ory)
3030
### SDK URL of the Ory Network project (or custom domain like https://auth.e2b.dev)
3131
# ORY_SDK_URL=https://your-project.projects.oryapis.com
32-
### Browser-facing Kratos public URL for the custom @ory/elements-react login
33-
### page. Self-hosted: the Kratos public endpoint (harness default :4433).
34-
### Ory Network: same value as ORY_SDK_URL.
35-
# NEXT_PUBLIC_ORY_SDK_URL=http://localhost:4433
36-
### Set to 1 to enable the custom @ory/elements-react login/registration UI
37-
### (staging/preview and local dev). Leave unset in production to keep /sign-in.
38-
# NEXT_PUBLIC_ORY_CUSTOM_UI=1
3932
### OAuth2 client credentials issued by Ory for this dashboard deployment
4033
# ORY_OAUTH2_CLIENT_ID=
4134
# ORY_OAUTH2_CLIENT_SECRET=

bun.lock

Lines changed: 1 addition & 111 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,5 @@
1717
"utils": "@/lib/utils",
1818
"hooks": "@/lib/hooks"
1919
},
20-
"iconLibrary": "lucide",
21-
"registries": {
22-
"@svgl": "https://svgl.app/r/{name}.json"
23-
}
20+
"iconLibrary": "lucide"
2421
}

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@
6161
"@opentelemetry/sdk-node": "^0.218.0",
6262
"@opentelemetry/semantic-conventions": "^1.36.0",
6363
"@ory/client-fetch": "^1.22.37",
64-
"@ory/elements-react": "^1.2.0",
65-
"@ory/nextjs": "^1.0.0-rc.1",
6664
"@radix-ui/react-avatar": "^1.1.4",
6765
"@radix-ui/react-checkbox": "^1.3.3",
6866
"@radix-ui/react-dialog": "^1.1.15",

src/app/login/components/custom-button.tsx

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/app/login/components/custom-card-header.tsx

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/app/login/components/custom-card.tsx

Lines changed: 0 additions & 61 deletions
This file was deleted.

src/app/login/components/custom-divider.tsx

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/app/login/components/custom-form-group.tsx

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/app/login/components/custom-input.tsx

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)