From a1d75cc7e936954097fc3143a44952b29a5e85e7 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+studip@gmail.com> Date: Tue, 18 Jun 2024 13:57:31 +0000 Subject: [PATCH] fixes #4323 Closes #4323 Merge request studip/studip!3123 --- templates/_standard_loginform.php | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/_standard_loginform.php b/templates/_standard_loginform.php index 57c9cec968b..4ae9f27d195 100644 --- a/templates/_standard_loginform.php +++ b/templates/_standard_loginform.php @@ -44,7 +44,6 @@ $password_tooltip_text = (string)Config::get()->PASSWORD_TOOLTIP_TEXT; autocomplete="current-password" size="20" required - <?= $loginerror ? 'aria-describedby="messagebox-0"' : ''?> > <i id="password-toggle" tabindex="0" role="button" class="enter-accessible"> -- GitLab