Skip to content

Commit

Permalink
Update login message
Browse files Browse the repository at this point in the history
  • Loading branch information
tinybike committed Dec 1, 2016
1 parent aa4249a commit 28e4bfd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build/components.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34693,6 +34693,11 @@ var LoginMessagePage = function LoginMessagePage(p) {
'li',
null,
'Significantly extended nginx timeouts for eth1.augur.net. It turns out that the CORS errors occasionally generated by the faucet are not true CORS errors; it is actually an nginx timeout which is (mis-)identified as a CORS error. The timeout is now set to a large value (999999) which should not be reached unless the user is experiencing a connection problem.'
),
_react2.default.createElement(
'li',
null,
'Fixed starting report period assigned by reputation faucet.'
)
),
p.marketsLink && _react2.default.createElement(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "augur-ui-react-components",
"version": "3.6.36",
"version": "3.6.37",
"description": "Augur UI React Components",
"author": "Augur Project",
"license": "AAL",
Expand Down
3 changes: 3 additions & 0 deletions src/modules/login-message/components/login-message-view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ const LoginMessagePage = p => (
<li>
Significantly extended nginx timeouts for eth1.augur.net. It turns out that the CORS errors occasionally generated by the faucet are not true CORS errors; it is actually an nginx timeout which is (mis-)identified as a CORS error. The timeout is now set to a large value (999999) which should not be reached unless the user is experiencing a connection problem.
</li>
<li>
Fixed starting report period assigned by reputation faucet.
</li>
</ol>
{p.marketsLink &&
<Link className="lets-do-this-button" {...p.marketsLink} >{`Let's do this!`}</Link>
Expand Down

0 comments on commit 28e4bfd

Please sign in to comment.