This is an automated email from the ASF dual-hosted git repository.

hgruszecki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git


The following commit(s) were added to refs/heads/master by this push:
     new 9463f6c79 fix(web): submit login form on Enter instead of toggling 
password visibility (#2970)
9463f6c79 is described below

commit 9463f6c79ee1fc26d25570c7b133f8269327e710
Author: Maciej Modzelewski <[email protected]>
AuthorDate: Fri Mar 20 10:38:33 2026 +0100

    fix(web): submit login form on Enter instead of toggling password 
visibility (#2970)
---
 web/src/lib/components/PasswordInput.svelte | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web/src/lib/components/PasswordInput.svelte 
b/web/src/lib/components/PasswordInput.svelte
index 158dfd58a..ae3bc0225 100644
--- a/web/src/lib/components/PasswordInput.svelte
+++ b/web/src/lib/components/PasswordInput.svelte
@@ -55,6 +55,7 @@
   {#snippet suffix()}
     <span>
       <Button
+        type="button"
         variant="rounded"
         class="w-[33px] h-[33px] p-0 flex items-center justify-center"
         onclick={(e) => {

Reply via email to