Fixes status-im#13263
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
8ac0823eef
commit
960e338f48
|
@ -138,7 +138,7 @@
|
||||||
#(re-frame/dispatch [::name-resolved username
|
#(re-frame/dispatch [::name-resolved username
|
||||||
(cond
|
(cond
|
||||||
(not public-key) :owned
|
(not public-key) :owned
|
||||||
(string/ends-with? % "0000000000000000000000000000000000000000000000000000000000000000")
|
(and (string/ends-with? % "0000000000000000000000000000000000000000000000000000000000000000") (not custom-domain?))
|
||||||
:invalid-ens
|
:invalid-ens
|
||||||
(= % public-key) :connected
|
(= % public-key) :connected
|
||||||
:else :connected-with-different-key)
|
:else :connected-with-different-key)
|
||||||
|
|
Loading…
Reference in New Issue