fixing the login issue

This commit is contained in:
Scott Tolksdorf 2018-12-19 12:19:46 -05:00
parent de9b29d214
commit d93c347c4e
3 changed files with 4 additions and 4 deletions

View File

@ -149,7 +149,7 @@ const BadgeRender = createClass({
<div>
<button onClick={this.handleDownload}>
<i className='fa fa-download' />
Download
Download PNG
</button>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@ -38,7 +38,7 @@ const AccountActions = {
},
createSession : (token) => {
document.cookie = `nc_session=${token};expires=Thu, 18 Dec 2018 12:00:00 UTC; path=/;domain=${window.domain};`;
document.cookie = `nc_session=${token};expires=Thu, 18 Dec 2036 12:00:00 UTC; path=/;domain=${window.domain};`;
},
removeSession : () => {