mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
personal access token api update
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user