Skip to content

Commit

Permalink
Add QD Auto Login button; (#70)
Browse files Browse the repository at this point in the history
* Add QD Auto Login button;

* Change icon;
  • Loading branch information
kirilknysh authored Aug 3, 2017
1 parent 2ed0541 commit 53be83d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/login/login-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ render((
<LoginButton type="facebook" path="/auth/facebook" icon="&#xf09a;" />
<LoginButton type="twitter" path="/auth/twitter" icon="&#xf099;" />
<LoginButton type="google" path="/auth/google" icon="&#xf0d5;" />
<LoginButton type="qd-auto" path="/auth/qd-auto" icon="&#xf1c0;" />
</LoginPanel>
</div>
), document.body);

0 comments on commit 53be83d

Please sign in to comment.