diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-06-18 13:57:31 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-06-18 13:57:31 +0000 |
| commit | a1d75cc7e936954097fc3143a44952b29a5e85e7 (patch) | |
| tree | 682ff7188bd6075a0c52c1de917428435fadb6f3 /templates/_standard_loginform.php | |
| parent | a088d0e696b11b501e84752c01e153e0bbab8212 (diff) | |
fixes #4323
Closes #4323
Merge request studip/studip!3123
Diffstat (limited to 'templates/_standard_loginform.php')
| -rw-r--r-- | templates/_standard_loginform.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/_standard_loginform.php b/templates/_standard_loginform.php index 57c9cec..4ae9f27 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"> |
