🪻 distributed transcription service thistle.dunkirk.sh

bug: remove login flash when signing out

dunkirk.sh e175c4dc 9deff468

verified
Changed files
+1
src
components
+1
src/components/auth.ts
···
}
private async handleLogout() {
+
this.showModal = false;
try {
await fetch("/api/auth/logout", { method: "POST" });
this.user = null;