Extend session token from web app

This commit is contained in:
binwiederhier 2022-12-25 13:42:44 -05:00
parent 276301dc87
commit 7ae8049438
3 changed files with 42 additions and 14 deletions

View file

@ -94,5 +94,6 @@ export const useBackgroundProcesses = () => {
useEffect(() => {
poller.startWorker();
pruner.startWorker();
accountApi.startWorker();
}, []);
}