1
0
Fork 0

Update forgot mail template, urlencode email

This commit is contained in:
Daniel Supernault 2024-01-22 05:57:40 -07:00
parent 96366ab3de
commit efe8e89046
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ You recently requested to know the email address associated with your username [
We're here to assist! Simply tap on the Login button below.
<x-mail::button :url="url('/login?email=' . $user->email)" color="success">
<x-mail::button :url="url('/login?email=' . urlencode($user->email))" color="success">
Login to my <strong>{{'@' . $user->username}}</strong> account
</x-mail::button>