Remove a dd()

This commit is contained in:
Timothée Jaussoin 2022-05-23 10:37:01 +02:00
parent 4345fa8a42
commit 136d468601
2 changed files with 1 additions and 3 deletions

View file

@ -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();

View file

@ -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