Skip to content

Commit

Permalink
Merge pull request #50 from spknetwork/feat/vibes-key-sign
Browse files Browse the repository at this point in the history
login key for vibes
  • Loading branch information
Adesojisouljay authored Oct 3, 2024
2 parents 80093ba + d6d8cf6 commit 301afbc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/common/components/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ export class Login extends BaseComponent<LoginProps, State> {
render() {
const { username, key, inProgress } = this.state;
const { users, activeUser, global, userListRef } = this.props;
console.log(global)
const logo = setupConfig.navBarImg;
const hsLogo = global.isElectron
? "./img/hive-signer.svg"
Expand Down Expand Up @@ -643,7 +644,7 @@ export class Login extends BaseComponent<LoginProps, State> {
</>
)}

{/* <Form
{(global.communityTitle === "Vibes" && global.hive_id === "hive-140169") && <Form
className="login-form"
onSubmit={(e: React.FormEvent) => {
e.preventDefault();
Expand Down Expand Up @@ -680,7 +681,7 @@ export class Login extends BaseComponent<LoginProps, State> {
{inProgress && username && key && spinner}
{_t("g.login")}
</Button>
</Form> */}
</Form>}
<OrDivider />
{/* <div className="hs-login">
<a
Expand Down

0 comments on commit 301afbc

Please sign in to comment.