feat: Replace SessionStorage with LocalStorage

This commit is contained in:
Alexander Polynomdivision
2018-10-09 13:16:18 +02:00
parent f5c15c2289
commit 15f05978a9
2 changed files with 3 additions and 4 deletions

View File

@@ -36,7 +36,6 @@ interface IProps {
setUserScoreDelta: (delta: number) => void;
};
// TODO: Replace the sessionStorage with localStorage?
export default class Application extends React.Component<IProps> {
componentDidMount() {
// TODO: When asking the server if our session is still valid, a spinner