Files
spa-api/resources/views/emails/auth/reminder.blade.php

16 lines
317 B
PHP
Raw Normal View History

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
</head>
<body>
<h2>Password Reset</h2>
<div>
2014-09-24 22:36:37 -05:00
To reset your password, complete this form: {{ url('password/reset', [$token]) }}.<br/>
This link will expire in {{ config('auth.reminder.expire', 60) }} minutes.
</div>
</body>
2014-03-15 10:14:55 +00:00
</html>