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
fix(auth): Fix TypeScript build errors and OAuth client types
Fixed multiple TypeScript compilation errors:
- Removed unused createAdminUser() function with undefined hashPassword call
- Added explicit type annotations for map callbacks (client, m, u parameters)
- Changed OAuth client type from "confidential" to "web" (Better Auth compliant)
- Updated seed script to check client secret presence instead of type
Profile improvements:
- Added redirect parameter support to profile page
- ProfileForm now redirects back to client app after save
- NavbarAuth shows Edit Profile button with auto-refresh on return
Build now completes successfully with all type checks passing.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments