mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 21:06:38 +02:00
✨ Minor improvements on error handling on frontend.
This commit is contained in:
parent
594bceff77
commit
4ee1f9cf2c
5 changed files with 20 additions and 18 deletions
|
@ -26,6 +26,6 @@
|
|||
(defn logout-handler
|
||||
[{:keys [session] :as cfg} request]
|
||||
(session/delete! cfg request)
|
||||
{:status 200
|
||||
{:status 204
|
||||
:cookies (session/cookies session {:value "" :max-age -1})
|
||||
:body ""})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue