mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Remove a dd()
This commit is contained in:
parent
4345fa8a42
commit
136d468601
2 changed files with 1 additions and 3 deletions
|
|
@ -122,8 +122,6 @@ class AuthenticateController extends Controller
|
|||
return redirect()->back()->withErrors(['authentication' => 'The account doesn\'t exists']);
|
||||
}
|
||||
|
||||
dd($account);
|
||||
|
||||
$account->confirmation_key = Str::random(self::$emailCodeSize);
|
||||
$account->save();
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#%define _datadir %{_datarootdir}
|
||||
#%define _docdir %{_datadir}/doc
|
||||
|
||||
%define build_number 136
|
||||
%define build_number 137
|
||||
%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