mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
re-working validation
This commit is contained in:
parent
b83ba5c7dc
commit
584133734e
@ -45,8 +45,9 @@ class RegisterRequest extends Request
|
||||
public function response(array $errors)
|
||||
{
|
||||
|
||||
Log::info($this->request);
|
||||
|
||||
Log::info($this->request->api_secret);
|
||||
Log::info($this->request->email);
|
||||
|
||||
if(!isset($this->request->api_secret))
|
||||
return parent::response($errors);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user