Fix forgot password message regarding email
This commit is contained in:
parent
f2bbd1e1b1
commit
51d4bcada9
|
@ -64,7 +64,7 @@ export class LoginComponent extends FormReactive implements OnInit {
|
||||||
.subscribe(
|
.subscribe(
|
||||||
res => {
|
res => {
|
||||||
const message = this.i18n(
|
const message = this.i18n(
|
||||||
'An email with the reset password instructions will be sent to {{ email }}.',
|
'An email with the reset password instructions will be sent to {{email}}.',
|
||||||
{ email: this.forgotPasswordEmail }
|
{ email: this.forgotPasswordEmail }
|
||||||
)
|
)
|
||||||
this.notificationsService.success(this.i18n('Success'), message)
|
this.notificationsService.success(this.i18n('Success'), message)
|
||||||
|
|
Loading…
Reference in New Issue