From 5331d4695728d4d1282a807bbb338e0d2ae33863 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 4 Sep 2023 01:34:10 +0200 Subject: [PATCH] LOGOUT with PASS & EMAIL --- www/G1PalPay/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/G1PalPay/index.html b/www/G1PalPay/index.html index 12fb5687..9fb81da5 100644 --- a/www/G1PalPay/index.html +++ b/www/G1PalPay/index.html @@ -234,7 +234,7 @@ a { alert( amount + '★ > ' + g1pub ); } - if ( appname == 'login') { + if ( appname == 'login' || appname == 'logout' ) { var amount = prompt("Saisir EMAIL:"); }