From fad558a618101046327689c66e54ce7efe15b2c9 Mon Sep 17 00:00:00 2001 From: EnameEtavir <84581448+EnameEtavir@users.noreply.github.com> Date: Tue, 25 May 2021 00:26:21 +0200 Subject: [PATCH] Fix: login form label references (#1416) Fixes the login form label references for Username and Password by adding the missing id attributes to each of the input fields respectively to which the labels where referring to. --- ui/login/login.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/login/login.html b/ui/login/login.html index ea552bba8..a7c06595d 100644 --- a/ui/login/login.html +++ b/ui/login/login.html @@ -15,12 +15,12 @@
- +
- +