Remove an unexpected character from the settings backend page.

This commit is contained in:
Sébastien 2020-05-09 17:58:54 +02:00
parent 6f1604d452
commit c997a48c62
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@
<input id="username" class="form-control required">
</div>
<div class="form-group">
<div class="form-group">
<label for="password"><?= lang('password') ?></label>
<input type="password" id="password" class="form-control" autocomplete="new-password">
</div>