diff options
Diffstat (limited to 'src/views')
-rw-r--r-- | src/views/emails/auth/reminder.blade.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/views/emails/auth/reminder.blade.php b/src/views/emails/auth/reminder.blade.php new file mode 100644 index 0000000..bd8ad22 --- /dev/null +++ b/src/views/emails/auth/reminder.blade.php @@ -0,0 +1,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> |