Fix Enter key form submission in login modal
Changed from bind:value to oninput handler to properly support
form submission. The Input component doesn't support two-way
binding, so we need to use the oninput callback pattern.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>