enhance: no need to notify matched password

pull/7227/head
Tienson Qin 2022-11-05 16:44:45 +08:00
parent 504e7a156e
commit 530f683ac0
2 changed files with 2 additions and 2 deletions

View File

@ -1895,7 +1895,6 @@
(if (get-in @pwd-map [graph-uuid :private-key])
(do (when (state/modal-opened?)
(state/set-state! [:ui/loading? :set-graph-password] false)
(notification/show! "Password successfully matched" :success)
(state/close-modal!))
::idle)
;; bad pwd

View File

@ -13,7 +13,8 @@
[frontend.handler.user :as user]
[frontend.fs :as fs]
[cljs-time.coerce :as tc]
[cljs-time.core :as t]))
[cljs-time.core :as t]
[frontend.storage :as storage]))
(def *beta-unavailable? (volatile! false))