mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-21 00:20:57 -04:00
re-working validation
This commit is contained in:
parent
c79509d04f
commit
b83ba5c7dc
@ -45,6 +45,8 @@ class RegisterRequest extends Request
|
||||
public function response(array $errors)
|
||||
{
|
||||
|
||||
Log::info($this->request);
|
||||
|
||||
if(!isset($this->request->api_secret))
|
||||
return parent::response($errors);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user