Fix: removed 'any' types and applied proper typings
Description: Removed usage of any type in LoginForm.tsx and replaced with proper TypeScript types ({ msg: string }). This fixes ESLint errors and improves type safety.
Type of Change: Bug Fix Feature Development Documentation
Testing: Tested on desktop Tested on mobile Tested in different browsers
Screenshots (if applicable): N/A – No UI changes.
Checklist: Code follows project style guidelines Self-review completed No console errors TypeScript types are correct