mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Fix email change link in the text version of the email
This commit is contained in:
parent
9e577de92a
commit
3447080f97
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue