Change localStorage to sessionStorage
This commit is contained in:
parent
76b8aca4bb
commit
5474591552
@ -1,4 +1,4 @@
|
||||
const STORAGE = localStorage;
|
||||
const STORAGE = sessionStorage;
|
||||
const PREFIX = 'BBB_';
|
||||
|
||||
const get = (key) => STORAGE.getItem(`${PREFIX}${key}`);
|
||||
|
Loading…
Reference in New Issue
Block a user