🪻 distributed transcription service thistle.dunkirk.sh
1
fork

Configure Feed

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

feat: remove sessions on logout

+1
+1
src/lib/auth.ts
··· 169 169 newPassword, 170 170 userId, 171 171 ]); 172 + db.run("DELETE FROM sessions WHERE user_id = ?", [userId]); 172 173 }