Fix email change link in the text version of the email

This commit is contained in:
Timothée Jaussoin 2021-06-24 10:28:29 +02:00
parent 9e577de92a
commit 3447080f97
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ Hello,
You requested to change your email address from {{ $account->emailChanged->new_email }} on {{ config('app.name') }}.
To confirm this change please click on the following link: {{ route('account.email.request_update', $account->emailChanged->hash) }}.
To confirm this change please click on the following link: {{ route('account.email.update', ['hash' => $account->emailChanged->hash]) }}.
If you are not at the origin of this change just ignore this message.

View file

@ -8,7 +8,7 @@
#%define _datadir %{_datarootdir}
#%define _docdir %{_datadir}/doc
%define build_number 80
%define build_number 81
%define var_dir /var/opt/belledonne-communications
%define opt_dir /opt/belledonne-communications/share/flexisip-account-manager