mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 16:34:30 -04:00
Fix for Zapier
This commit is contained in:
parent
56981b73d1
commit
7ec61f6d01
@ -25,8 +25,7 @@ class ApiCheck {
|
|||||||
{
|
{
|
||||||
$loggingIn = $request->is('api/v1/login')
|
$loggingIn = $request->is('api/v1/login')
|
||||||
|| $request->is('api/v1/register')
|
|| $request->is('api/v1/register')
|
||||||
|| $request->is('api/v1/oauth_login')
|
|| $request->is('api/v1/oauth_login');
|
||||||
|| $request->is('api/v1/ping');
|
|
||||||
|
|
||||||
$headers = Utils::getApiHeaders();
|
$headers = Utils::getApiHeaders();
|
||||||
$hasApiSecret = false;
|
$hasApiSecret = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user