From f9c2391f65d183d292c895bffdcf9c34ab447a23 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 10 Dec 2018 17:34:05 +0300 Subject: drop unused cookie --- vnext/src/App.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vnext/src/App.js') diff --git a/vnext/src/App.js b/vnext/src/App.js index 3dcecf66..94b2ced5 100644 --- a/vnext/src/App.js +++ b/vnext/src/App.js @@ -32,7 +32,7 @@ export default class App extends React.Component { } this.state = { visitor: { - uid: Number(cookies.load('_juick_uid')), + uid: 0, hash: cookies.load('hash') }, appMarginLeft: 'inherit' @@ -194,7 +194,6 @@ export default class App extends React.Component { ); } auth = (visitor) => { - cookies.save('_juick_uid', visitor.uid, { path: '/' }); this.setState({ visitor: visitor }); -- cgit v1.2.3