Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4897 from punamdahiya/4896-settings-page-signin
Browse files Browse the repository at this point in the history
Fixes #4896 - SignIn button link on settings page
  • Loading branch information
chenba authored Sep 14, 2018
2 parents 24108be + 868295d commit 1a2c4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/pages/settings/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Body extends React.Component {
<p className="info">Sign in to sync across devices</p>
</Localized>
<Localized id="settingsSignInButton">
<a className="account-buttons" href="/api/fxa-oauth/login" onClick={ this.onClickConnect.bind(this)} title="Sign in">Sign In</a>
<a className="account-buttons" href="/api/fxa-oauth/login/" onClick={ this.onClickConnect.bind(this)} title="Sign in">Sign In</a>
</Localized>
</div>
</div>
Expand Down

0 comments on commit 1a2c4c0

Please sign in to comment.