aboutsummaryrefslogtreecommitdiff
path: root/src/views/emails/auth/reminder.blade.php
blob: bd8ad225e6ea67690df80a38122b7872c9deb5a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en-US">
<head>
    <meta charset="utf-8">
</head>
<body>
<h2>Password Reset</h2>

<div>
    To reset your password, use the following token:<br/>
    {{{ $token }}}
</div>
</body>
</html>