🪻 distributed transcription service thistle.dunkirk.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

bug: remove login flash when signing out

+1
+1
src/components/auth.ts
··· 424 424 } 425 425 426 426 private async handleLogout() { 427 + this.showModal = false; 427 428 try { 428 429 await fetch("/api/auth/logout", { method: "POST" }); 429 430 this.user = null;