Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cammellos committed May 25, 2023
1 parent b19f9c7 commit 1c46a4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/native_module/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
(clear-web-data)
(init-keystore
keyUid
#(.login2 ^js (status) request)))
#(.login2 ^js (status) (types/clj->json request))))

(defn create-account-and-login
[request]
Expand Down
4 changes: 1 addition & 3 deletions src/status_im/multiaccounts/login/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[clojure.string :as string]
[clojure.set :as set]
[re-frame.core :as re-frame]
[status-im2.config :as config]
[status-im.async-storage.core :as async-storage]
[status-im.communities.core :as communities]
[status-im.data-store.chats :as data-store.chats]
Expand All @@ -22,7 +21,6 @@
[status-im.multiaccounts.biometric.core :as biometric]
[status-im.multiaccounts.core :as multiaccounts]
[native-module.core :as native-module]
[status-im.node.core :as node]
[status-im.notifications.core :as notifications]
[status-im.popover.core :as popover]
[status-im.signing.eip1559 :as eip1559]
Expand Down Expand Up @@ -58,7 +56,7 @@

(re-frame/reg-fx
::login
(fn [[key-uid account-data hashed-password]]
(fn [[key-uid _ hashed-password]]
(native-module/login-2 {:keyUid key-uid
:password hashed-password
:openseaAPIKey config/opensea-api-key
Expand Down
4 changes: 2 additions & 2 deletions status-go-version.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"owner": "status-im",
"repo": "status-go",
"version": "chore/login-endpoint",
"commit-sha1": "4124b0648b0d50e0612401cab6aa520456921aef",
"src-sha256": "0xwxn803gfh95zzkaj0n8wjbcj9cjvixdjhhjda28cqa9z4w9i9k"
"commit-sha1": "12e9d225625bb6eb9d235fc3014a3db123af5555",
"src-sha256": "1cgv3s14rhsbpis6l3ksy45r7damqfanxi8ryld9bd3wcbv35ql7"
}

0 comments on commit 1c46a4c

Please sign in to comment.