From b452fb3ad21cd26be7737e2f1e5bc3f022967bb7 Mon Sep 17 00:00:00 2001 From: Catfriend1 <16361913+Catfriend1@users.noreply.github.com> Date: Tue, 7 Nov 2023 01:30:19 +0100 Subject: [PATCH] gui: Add id attribute to login button, allows form filling tools to be used (fixes #9200) (#9201) Add an id attribute to the submit button shown on the login form. This allows my password manager's form filling function to interact with the button after filling in username and password (which already have the id attribute in place). --- gui/default/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/default/index.html b/gui/default/index.html index ea3dd0ebd..4c55ffd7b 100644 --- a/gui/default/index.html +++ b/gui/default/index.html @@ -369,7 +369,7 @@

- +