mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
Allow enable encryption when first-clone
This commit is contained in:
@@ -78,8 +78,6 @@
|
||||
(defn reset-config!
|
||||
[repo-url content]
|
||||
(when-let [content (or content (get-config repo-url))]
|
||||
;; When to generate new mnemonic?
|
||||
(e/generate-mnemonic-and-save)
|
||||
(let [config (try
|
||||
(reader/read-string content)
|
||||
(catch js/Error e
|
||||
|
||||
Reference in New Issue
Block a user