0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

🐛 Fix backend update-profile-password! call

This commit is contained in:
Alejandro Alonso 2023-04-03 12:53:04 +02:00
parent 68b26d5f41
commit f7e37924e5

View file

@ -132,7 +132,7 @@
:code :email-as-password
:hint "you can't use your email as password"))
(update-profile-password! cfg (assoc profile :password password))
(update-profile-password! conn (assoc profile :password password))
(invalidate-profile-session! cfg profile-id session-id)
nil)))