1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 09:21:34 +02:00
invoiceninja/resources/views/emails/auth/reminder.blade.php
2017-05-09 19:46:52 +03:00

14 lines
269 B
PHP

<!DOCTYPE html>
<html lang="{{App::getLocale()}}">
<head>
<meta charset="utf-8">
</head>
<body>
<h2>Password Reset</h2>
<div>
To reset your password, complete this form: {{ URL::to(SITE_URL . '/password/reset', array($token)) }}.
</div>
</body>
</html>