mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Remove forgotten phone validation to prevent 500 when submitting the related form
Bump the package number
This commit is contained in:
parent
81b409677d
commit
6a62b0de65
2 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
]);
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue