You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(function(a,b,d){var e,f;e=b in a&&void 0!=a[b];f=d in a&&void 0!=a[d];if(!e)throw Error("localStorage is not available");if(!f)throw Error("JSON is not available");a.astorage={set:function(c,e){try{a[b].setItem(c,a[d].stringify(e))}catch(f){console.warn("Data can't be saved because localStorage is full")}},get:function(c){return a[d].parse(a[b].getItem(c))},remove:function(c){a[b].removeItem(c)},clear:function(){a[b].clear()},get length(){return a[b].length}}})(window,"localStorage","JSON");