Skip to content

Commit

Permalink
Merge pull request #40 from spknetwork/feat/keychain-extension-check
Browse files Browse the repository at this point in the history
show keychain
  • Loading branch information
Adesojisouljay authored Jun 6, 2024
2 parents f57aece + e0d7b54 commit e4bdd2c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/common/components/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,12 @@ export class Login extends BaseComponent<LoginProps, State> {
{_t("login.with-hive-signer")}
</a>
</div> */}
{global.hasKeyChain && (
{/* {global.hasKeyChain && ( */}
<div className="d-flex flex-column align-items-center">
<div className="mb-3 d-flex flex-column align-items-center">
<span>Make sure you have keychain installed!</span>
<span className="mt-3">Don't have keychain? download <a href="https://hive-keychain.com/">here</a></span>
</div>
<div className="kc-login">
<a
className={_c(
Expand All @@ -709,7 +714,8 @@ export class Login extends BaseComponent<LoginProps, State> {
{_t("login.with-keychain")}
</a>
</div>
)}
</div>
{/* )} */}
{activeUser === null && (
<p>
{_t("login.sign-up-text-1")}
Expand Down

0 comments on commit e4bdd2c

Please sign in to comment.