mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 02:16:06 -05:00
[GH-ISSUE #829] Login Form Doesn't Submit on Enter Key Press #6338
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MP-Tool on GitHub (Sep 9, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/829
Just noticed a small UX hiccup on the login page. When users type in their username and password, hitting the Enter key doesn't submit the form – they have to click the login button manually. This feels a bit clunky and could frustrate folks in a hurry. Let's add a quick event listener to handle the Enter key for a smoother experience. Thanks! 🚀
Version: 1.19.3
@jackra1n commented on GitHub (Sep 9, 2025):
will fix that