You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The login and register forms currently display GitHub and Google authentication buttons, but these buttons are non-functional. Social authentication providers are not configured in the auth setup.
Tasks
Configure GitHub OAuth provider in src/lib/auth.ts
Configure Google OAuth provider in src/lib/auth.ts
Implement click handlers for social login buttons in src/features/auth/components/login-form.tsx
Implement click handlers for social login buttons in src/features/auth/components/register-form.tsx
Set up required OAuth credentials and environment variables