From 7195b43f110d1d1bb9b6bce2b26aa33cf0229945 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Fri, 11 Oct 2024 15:53:51 -0700 Subject: [PATCH 1/2] Support pressing enter on the keyboard for login Keyboard focused users typically press to navigate between input fields and press to submit the form. Upon pressing in the login dialog, automatically perform the login action. --- web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/index.html b/web/index.html index 0a5e66f..586c3be 100644 --- a/web/index.html +++ b/web/index.html @@ -76,7 +76,7 @@