Update confirm email blade view, remove html5 entity that doesn't display properly

pull/2033/head
Daniel Supernault 2020-02-19 13:21:57 -07:00
rodzic 765b6187a9
commit aa26fa1d03
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
@component('mail::message')
# Email Confirmation
Hello <b>&commat;{{$verify->user->username}}</b>, please confirm your email address.
Hello <b>{{ '@' . $verify->user->username}}</b>, please confirm your email address.
If you did not create this account, please disregard this email.