missed a this
This commit is contained in:
@@ -95,7 +95,7 @@ class WTVClientSessionData {
|
|||||||
this.session_store.cookies[cookie_index] = Object.assign({}, cookie_data);
|
this.session_store.cookies[cookie_index] = Object.assign({}, cookie_data);
|
||||||
|
|
||||||
// do not write file if user is not registered
|
// do not write file if user is not registered
|
||||||
if (getSessionData('registered')) this.storeSessionData();
|
if (this.getSessionData('registered')) this.storeSessionData();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user