We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3035906 commit 9d021aaCopy full SHA for 9d021aa
src/index.js
@@ -112,7 +112,7 @@ export class sessionService {
112
instance.store.dispatch(getSessionSuccess());
113
resolve();
114
} else {
115
- localForage.setItem(USER_SESSION, session, { expires: 360 })
+ localForage.setItem(USER_SESSION, session)
116
.then(() => {
117
118
0 commit comments