From 8bbb53a8a44c4b4dca2e9c5de108e5e360bafee9 Mon Sep 17 00:00:00 2001 From: oliver Date: Mon, 8 Jun 2026 18:35:58 -0300 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ────────────────────────────────────────── */