hypothetical/resources/views/auth/emails/password.blade.php

2 lines
126 B
PHP
Raw Normal View History

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