personal access token api update

This commit is contained in:
Čarodej
2022-05-04 08:36:32 +02:00
parent 3d2e279afd
commit 137021fcdc
28 changed files with 66 additions and 53 deletions

View File

@@ -29,7 +29,7 @@ class InvitationsController extends Controller
->first();
if ($user) {
if (is_demo_account()) {
if (isDemoAccount()) {
return response('Done', 204);
}
@@ -67,7 +67,7 @@ class InvitationsController extends Controller
// Clear action in existing notification
if ($user) {
if (is_demo_account()) {
if (isDemoAccount()) {
return response('Done', 204);
}