Remove forgotten phone validation to prevent 500 when submitting the related form

Bump the package number
This commit is contained in:
Timothée Jaussoin 2021-09-29 10:26:00 +02:00
parent 81b409677d
commit 6a62b0de65
2 changed files with 2 additions and 2 deletions

View file

@ -175,7 +175,7 @@ class AuthenticateController extends Controller
public function authenticatePhone(Request $request)
{
$request->validate([
'phone' => 'required|starts_with:+|phone:AUTO',
'phone' => 'required|starts_with:+',
'g-recaptcha-response' => 'required|captcha',
]);

View file

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