Merge branch 'master' of https://gitlab.com/kluppsoftware/smart-energia-api
This commit is contained in:
commit
7e8075a2e0
@ -27,6 +27,6 @@ class ResetPassword extends Mailable
|
|||||||
*/
|
*/
|
||||||
public function build()
|
public function build()
|
||||||
{
|
{
|
||||||
return $this->subject("Reset Password")->markdown('emails.password');
|
return $this->subject("Recuperação de Senha")->markdown('emails.password');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,11 +1,9 @@
|
|||||||
@component('mail::message')
|
@component('mail::message')
|
||||||
# Introduction
|
# Recuperação de senha
|
||||||
|
|
||||||
The body of your message.
|
O seu código de recuperação de senha é <h4>{{$pin}}</h4>
|
||||||
|
<p>Por favor, não compartilhe o código com ninguém.</p>
|
||||||
|
|
||||||
Your six-digit PIN is <h4>{{$pin}}</h4>
|
Agradecido,<br>
|
||||||
<p>Please do not share your One Time Pin With Anyone. You made a request to reset your password. Please discard if this wasn't you.</p>
|
|
||||||
|
|
||||||
Thanks,<br>
|
|
||||||
{{ config('app.name') }}
|
{{ config('app.name') }}
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user