bug: remove login flash when signing out
dunkirk.sh 3 weeks ago e175c4dc 9deff468
··· 424 424 } 425 425 426 426 private async handleLogout() { 427 427 + this.showModal = false; 427 428 try { 428 429 await fetch("/api/auth/logout", { method: "POST" }); 429 430 this.user = null;