Merge pull request #4876 from pixelfed/staging

Update forgot mail template, urlencode email
pull/4879/head
daniel 2024-01-22 05:58:15 -07:00 zatwierdzone przez GitHub
commit c77e427fa3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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>