Fixing XSS vulnerability by using the proper output tags
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@component('mail::message')
|
||||
# Thanks for signing up, {!! $user->name !!}!
|
||||
# Thanks for signing up, {{ $user->name }}!
|
||||
|
||||
Your account is ready to use.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user