mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
personal access token api update
This commit is contained in:
@@ -21,7 +21,7 @@ class UpdateProfileSettingsController extends Controller
|
||||
];
|
||||
|
||||
// Check if is demo
|
||||
if (is_demo_account()) {
|
||||
if (isDemoAccount()) {
|
||||
return response()->json($successMessage);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user