mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 16:06:11 +02:00
🐛 Fix session invalidation issue on password change.
This commit is contained in:
parent
13773d829a
commit
03c91664cb
3 changed files with 9 additions and 8 deletions
|
@ -27,7 +27,8 @@
|
|||
(st/emit! (dm/error msg)))))
|
||||
|
||||
(defn- on-success
|
||||
[_]
|
||||
[form]
|
||||
(reset! form nil)
|
||||
(let [msg (tr "dashboard.notifications.password-saved")]
|
||||
(st/emit! (dm/success msg))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue