mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-27 15:32:59 +00:00
Remove errant semicolon
Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
This commit is contained in:
co-authored by
Trevor Buckner
parent
811d1347ea
commit
5d3fe719b3
@@ -31,7 +31,7 @@ const Account = createClass({
|
|||||||
|
|
||||||
localLogin : async function(){
|
localLogin : async function(){
|
||||||
const username = prompt('Enter username:');
|
const username = prompt('Enter username:');
|
||||||
if(!username) {return;};
|
if(!username) {return;}
|
||||||
|
|
||||||
const expiry = new Date;
|
const expiry = new Date;
|
||||||
expiry.setFullYear(expiry.getFullYear() + 1);
|
expiry.setFullYear(expiry.getFullYear() + 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user