- Introduce `showPassword` state in the `AuthForm` component to allow users to show or hide their password. - Implement `Eye` and `EyeOff` icons from `lucide-react` for the toggle button UI. - Change password input type dynamically between 'password' and 'text'. - Clean up unused `eye` icon import from `login-page.tsx`.