Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
### Ory Network configuration (required when AUTH_PROVIDER=ory)
### SDK URL of the Ory Network project (or custom domain like https://auth.e2b.dev)
# ORY_SDK_URL=https://your-project.projects.oryapis.com
### Browser-facing Kratos public URL for the custom @ory/elements-react login
### page. Self-hosted: the Kratos public endpoint (harness default :4433).
### Ory Network: same value as ORY_SDK_URL.
# NEXT_PUBLIC_ORY_SDK_URL=http://localhost:4433
### Set to 1 to enable the custom @ory/elements-react login/registration UI
### (staging/preview and local dev). Leave unset in production to keep /sign-in.
# NEXT_PUBLIC_ORY_CUSTOM_UI=1
### OAuth2 client credentials issued by Ory for this dashboard deployment
# ORY_OAUTH2_CLIENT_ID=
# ORY_OAUTH2_CLIENT_SECRET=
Expand Down
112 changes: 1 addition & 111 deletions bun.lock

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions components.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@
"utils": "@/lib/utils",
"hooks": "@/lib/hooks"
},
"iconLibrary": "lucide",
"registries": {
"@svgl": "https://svgl.app/r/{name}.json"
}
"iconLibrary": "lucide"
}
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@
"@opentelemetry/sdk-node": "^0.218.0",
"@opentelemetry/semantic-conventions": "^1.36.0",
"@ory/client-fetch": "^1.22.37",
"@ory/elements-react": "^1.2.0",
"@ory/nextjs": "^1.0.0-rc.1",
"@radix-ui/react-avatar": "^1.1.4",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
Expand Down
23 changes: 0 additions & 23 deletions src/app/login/components/custom-button.tsx

This file was deleted.

11 changes: 0 additions & 11 deletions src/app/login/components/custom-card-header.tsx

This file was deleted.

61 changes: 0 additions & 61 deletions src/app/login/components/custom-card.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions src/app/login/components/custom-divider.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions src/app/login/components/custom-form-group.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions src/app/login/components/custom-input.tsx

This file was deleted.

39 changes: 0 additions & 39 deletions src/app/login/components/custom-label.tsx

This file was deleted.

24 changes: 0 additions & 24 deletions src/app/login/components/custom-message.tsx

This file was deleted.

57 changes: 0 additions & 57 deletions src/app/login/components/custom-sso-button.tsx

This file was deleted.

32 changes: 0 additions & 32 deletions src/app/login/components/index.ts

This file was deleted.

50 changes: 0 additions & 50 deletions src/app/login/layout.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions src/app/login/login-card.tsx

This file was deleted.

Loading
Loading