Skip to content

Commit

Permalink
refactor: add breakline at forget password email
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroFellipe committed Jan 14, 2022
1 parent ee91440 commit 3f2bd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulos/Seguranca/Views/email/forget-password.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</p>
<a href="{{ route('auth.reset-password')}}/{{$token}}">Resetar Senha</a><br><br>

<b>Obs: Esse é apenas um e-mail informativo. Não responda este e-mail. Este link é válido durante 30 minutos</b><br>
<b>Obs: Esse é apenas um e-mail informativo. Não responda este e-mail. <br> Este link é válido durante 30 minutos</br><br>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 3f2bd05

Please sign in to comment.