feat: remove sessions on logout
dunkirk.sh 1 month ago 805ae8bc 81620df2
··· 169 newPassword, 170 userId, 171 ]); 0 172 }
··· 169 newPassword, 170 userId, 171 ]); 172 + db.run("DELETE FROM sessions WHERE user_id = ?", [userId]); 173 }