diff --git a/app.js b/app.js index 3681330..ee5e8fe 100644 --- a/app.js +++ b/app.js @@ -381,7 +381,7 @@ function doSignOut() { if (couponError) couponError.style.display = "none"; closeUserPanel(); - showAuth(); + window.location.reload(); } /* ─── View switching ────────────────────────────────────────── */