mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
13 lines
256 B
PHP
13 lines
256 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('password/reset', array($token)) }}.
|
|
</div>
|
|
</body>
|
|
</html> |