add connexions

This commit is contained in:
2026-06-11 22:39:45 +02:00
parent bf36210670
commit 3d3c4cdde5
8 changed files with 189 additions and 16 deletions
+1
View File
@@ -46,6 +46,7 @@ export default function Dashboard() {
window.open(serviceData.server.login_url, '_blank');
}
else if (serviceData && serviceData.server) {
console.log(serviceData);
// L'URL d'action du formulaire de connexion HestiaCP
const hestiaLoginUrl = "https://panel.gise.be/login/";
const username = serviceData.username;