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

@@ -21,7 +21,7 @@ class UpdateProfileSettingsController extends Controller
];
// Check if is demo
if (is_demo_account()) {
if (isDemoAccount()) {
return response()->json($successMessage);
}