From 5344f908fba3345aa70267510cbf5f0a2ae73d7f Mon Sep 17 00:00:00 2001 From: Baptiste Date: Tue, 17 Dec 2024 18:12:45 +0100 Subject: [PATCH] feat: adding micasend pseudo --- public_html/js/phone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/js/phone.js b/public_html/js/phone.js index a7e5358..9ecf368 100644 --- a/public_html/js/phone.js +++ b/public_html/js/phone.js @@ -45,7 +45,7 @@ class Phone{ }); document.getElementById("appli-micasend").addEventListener("click", (e) => { this.webviewName = "Micasend"; - this.changeWindow("https://micasend.magictintin.fr"); + this.changeWindow("https://micasend.magictintin.fr/gta6?username="+getCookie("pseudo")); }); }