mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
14 lines
339 B
PHP
14 lines
339 B
PHP
|
<!DOCTYPE html>
|
||
|
<html lang="en-US">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
</head>
|
||
|
<body>
|
||
|
<h2>Password Reset</h2>
|
||
|
|
||
|
<div>
|
||
|
To reset your {{ \App\Models\Setting::getSettings()->site_name }} password, complete this form: {{ URL::to('password/reset', array($token)) }}.
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|