@@ -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
@@ -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))