mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
14 lines
326 B
PHP
Executable file
14 lines
326 B
PHP
Executable file
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<h2>{{ trans('mail.password_reset') }}</h2>
|
|
|
|
<div>
|
|
{{ trans('mail.to_reset', ['web' => $snipeSettings->site_name]) }} {{ url('password/reset', array($token)) }}.
|
|
</div>
|
|
</body>
|
|
</html>
|