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:
parent
68b26d5f41
commit
f7e37924e5
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue