LOGOUT with PASS & EMAIL

This commit is contained in:
fred 2023-09-04 01:34:10 +02:00
parent a52f53faad
commit 5331d46957
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ a {
alert( amount + '★ > ' + g1pub ); alert( amount + '★ > ' + g1pub );
} }
if ( appname == 'login') { if ( appname == 'login' || appname == 'logout' ) {
var amount = prompt("Saisir EMAIL:"); var amount = prompt("Saisir EMAIL:");
} }