1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-03-09 13:59:58 -04:00
hypothetical/resources/views/auth/emails/password.blade.php

2 lines
130 B
PHP
Raw Normal View History

Click here to reset your password: {{ url('password/reset', $token) . '?email=' . urlencode($user->getEmailForPasswordReset()) }}