Use "connect your account" instead of login
This commit is contained in:
parent
9505023718
commit
51d8a023fe
1 changed files with 4 additions and 4 deletions
|
|
@ -197,9 +197,9 @@
|
|||
|
||||
(defn login-section []
|
||||
[:section.login
|
||||
[:h2 "Login"]
|
||||
[:p "After logging in, Lodestone will load the posts you starred, and allow you to efficiently sort an search them. All data is processed privately and locally in your browser."]
|
||||
[:p [:strong "Please login to continue."]]
|
||||
[:h2 "Connect your account"]
|
||||
[:p "After connecting your account, Lodestone will load the posts you starred, and allow you to efficiently search through them. All data is processed privately and locally in your browser."]
|
||||
[:p [:strong "Please connect your account to continue."]]
|
||||
[:form.login-section {:on-submit (fn [e]
|
||||
(let [instance-url (-> (js/FormData. (.-target e))
|
||||
(.get "instance-url"))
|
||||
|
|
@ -216,7 +216,7 @@
|
|||
:name "instance-url"
|
||||
:type "url"
|
||||
:required true}]
|
||||
[:button {:type "submit"} "Login"]]])
|
||||
[:button {:type "submit"} "◰ Connect"]]])
|
||||
|
||||
|
||||
;; favorites section
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue