mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 16:36:37 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
c4c419b971
11 changed files with 243 additions and 448 deletions
|
@ -109,6 +109,10 @@
|
|||
(when-not (check-password profile password)
|
||||
(ex/raise :type :validation
|
||||
:code :wrong-credentials))
|
||||
(when-let [deleted-at (:deleted-at profile)]
|
||||
(when (dt/is-after? (dt/now) deleted-at)
|
||||
(ex/raise :type :validation
|
||||
:code :wrong-credentials)))
|
||||
|
||||
profile)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue