Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NUTE
plataforma-formacao-mec-backend
Commits
679da4d3
Commit
679da4d3
authored
Dec 20, 2021
by
Francisco Fernandes Soares Neto
Browse files
fix
parent
1195a8f7
Pipeline
#4852
passed with stages
in 5 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/Notifications/ResetPasswordNotification.php
View file @
679da4d3
...
...
@@ -65,7 +65,7 @@ class ResetPasswordNotification extends Notification
->
subject
(
Lang
::
getFromJson
(
'Reset Password Notification'
))
->
line
(
Lang
::
getFromJson
(
'You are receiving this email because we received a password reset request for your account.'
))
->
action
(
Lang
::
getFromJson
(
'Reset Password'
),
$url
)
->
line
(
Lang
::
getFromJson
(
'
This password reset
link
will
expir
e in
:count minutes.'
,
[
'count'
=>
config
(
'auth.passwords.users.expire'
)]))
->
line
(
Lang
::
getFromJson
(
'
Este
link
irá
expir
ar em
:count minutes.'
,
[
'count'
=>
config
(
'auth.passwords.users.expire'
)]))
->
line
(
Lang
::
getFromJson
(
'If you did not request a password reset, no further action is required.'
));
}
...
...
resources/views/vendor/mail/html/header.blade.php
View file @
679da4d3
<tr
style=
"text-align: center;"
>
>
<tr
style=
"text-align: center;"
>
<td
colspan=
"12"
>
<img
style=
"width: 220px;"
src=
"{{ asset('images/header_email.png') }}"
/>
</td>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment