Skip to content

Remove GoogleOneTap component from AuthProvider#16

Merged
github-actions[bot] merged 1 commit into
mainfrom
claude/init-build-environment-a4VnN
May 21, 2026
Merged

Remove GoogleOneTap component from AuthProvider#16
github-actions[bot] merged 1 commit into
mainfrom
claude/init-build-environment-a4VnN

Conversation

@vtempest

Copy link
Copy Markdown
Collaborator

Summary

This PR removes the GoogleOneTap component from the AuthProvider, simplifying the authentication provider to only render its children without additional authentication UI wrapper.

Key Changes

  • Removed the GoogleOneTap import from AuthProvider
  • Simplified AuthProvider to render only {children} instead of wrapping them with GoogleOneTap
  • Added ignoreDeprecations: "6.0" to tsconfig.json to suppress TypeScript deprecation warnings

Implementation Details

The AuthProvider now serves as a minimal wrapper component that simply passes through its children without injecting any authentication UI. The GoogleOneTap component has been completely decoupled from the provider, allowing it to be used independently if needed elsewhere in the application.

https://claude.ai/code/session_014yzhbeKyJG5xg3kgGQLWQQ

Remove duplicate GoogleOneTap render from AuthProvider — it was already
rendered with the clientId prop in layout.tsx, causing a TypeScript error
for the missing required prop. Also add ignoreDeprecations for TypeScript
6.0 baseUrl deprecation.

https://claude.ai/code/session_014yzhbeKyJG5xg3kgGQLWQQ
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented May 21, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
rights-institute 1203a38 Commit Preview URL

Branch Preview URL
May 21 2026, 02:09 AM

@vercel

vercel Bot commented May 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
rights-institute Ready Ready Preview, Comment May 21, 2026 2:09am

@github-actions
github-actions Bot merged commit 9e6efb4 into main May 21, 2026
4 of 5 checks passed
@vtempest
vtempest deleted the claude/init-build-environment-a4VnN branch May 21, 2026 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants