From 909c758ae81575d6e87e50e974cbda745a64f41b Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Fri, 21 Mar 2025 15:28:39 +0100 Subject: [PATCH] Openproject --- frontend/public/json/openproject.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/public/json/openproject.json b/frontend/public/json/openproject.json index 2a8f0e2..69af0c6 100644 --- a/frontend/public/json/openproject.json +++ b/frontend/public/json/openproject.json @@ -28,8 +28,8 @@ } ], "default_credentials": { - "username": null, - "password": null + "username": "admin", + "password": "admin" }, "notes": [] -} \ No newline at end of file +}