From eb57c2f980a900bf44befddd50d1843f1826a704 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 28 Feb 2022 12:08:05 +0100 Subject: [PATCH] :lipstick: Cosmetic changes on mutation profile ns --- backend/src/app/rpc/mutations/profile.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/src/app/rpc/mutations/profile.clj b/backend/src/app/rpc/mutations/profile.clj index 944df2fde..4e2d207c8 100644 --- a/backend/src/app/rpc/mutations/profile.clj +++ b/backend/src/app/rpc/mutations/profile.clj @@ -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) "!")