diff options
| author | Jonas Kohl | 2024-09-19 13:37:59 +0200 | 
|---|---|---|
| committer | Jonas Kohl | 2024-09-19 13:37:59 +0200 | 
| commit | 06510101ad051c5b7bbacd6411eeb2b5c53cc3a3 (patch) | |
| tree | 0678aea9b166c2e73f14c91f9246ac0b82298098 /src/application/views/form_login.php | |
| parent | ea64d16f7cdb86be610d5c90c46d0185d0e839e1 (diff) | |
Email editing
Diffstat (limited to 'src/application/views/form_login.php')
| -rw-r--r-- | src/application/views/form_login.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/application/views/form_login.php b/src/application/views/form_login.php index acef1ff..87ee516 100644 --- a/src/application/views/form_login.php +++ b/src/application/views/form_login.php @@ -35,7 +35,7 @@ if (($_formError = RequestUtils::getAndClearFormError("login")) !== null) {  <div class="form-group">      <button class="btn btn-primary" type="submit"><?= __("Log in") ?></button> -    <a href="?_action=pwreset"><?= __("I forgot my password") ?></a> +    <a class="btn btn-link" href="?_action=pwreset"><?= __("I forgot my password") ?></a>  </div>  <div class="form-group"> |