Skip to content

Commit

Permalink
Remove conditional check for sign up actions, we should always displa…
Browse files Browse the repository at this point in the history
…y for less friction & more signups (steemit#1761)
  • Loading branch information
originated authored and Valentine Zavgorodnev committed Sep 26, 2017
1 parent 32b06d1 commit b34c226
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/components/modules/LoginForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,11 @@ class LoginForm extends Component {
{tt('g.cancel')}
</button>}
</div>
{authType == 'Posting' &&
<div>
<hr />
<p>{tt('loginform_jsx.join_our')} <span className="free-slogan">{tt('loginform_jsx.amazing_community')}</span>{tt('loginform_jsx.to_comment_and_reward_others')}</p>
<button type="button" className="button sign-up" onClick={this.SignUp}>{tt('loginform_jsx.sign_up_now_to_earn')}<span className="free-money">{tt('loginform_jsx.free_money')}</span></button>
</div>}
</div>
</form>
);

Expand Down

0 comments on commit b34c226

Please sign in to comment.