mirror of
https://github.com/penpot/penpot.git
synced 2025-04-13 15:31:26 -05:00
💄 Cosmetic changes on mutation profile ns
This commit is contained in:
parent
ecd491cd09
commit
eb57c2f980
1 changed files with 3 additions and 1 deletions
|
@ -278,7 +278,9 @@
|
|||
:opt-un [::scope ::invitation-token]))
|
||||
|
||||
(sv/defmethod ::login
|
||||
{:auth false ::rlimit/permits (cf/get :rlimit-password)}
|
||||
{:auth false
|
||||
::async/dispatch :default
|
||||
::rlimit/permits (cf/get :rlimit-password)}
|
||||
[{:keys [pool session tokens] :as cfg} {:keys [email password] :as params}]
|
||||
(letfn [(check-password [profile password]
|
||||
(when (= (:password profile) "!")
|
||||
|
|
Loading…
Add table
Reference in a new issue