snipe-it/resources/views/emails/auth/reminder.blade.php
2016-12-15 16:41:36 -08:00

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>