mirror of
https://github.com/penpot/penpot.git
synced 2025-07-04 01:07:17 +02: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
|
:code :email-as-password
|
||||||
:hint "you can't use your 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)
|
(invalidate-profile-session! cfg profile-id session-id)
|
||||||
nil)))
|
nil)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue