mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-06-02 11:30:35 +02:00
Extend session token from web app
This commit is contained in:
parent
276301dc87
commit
7ae8049438
3 changed files with 42 additions and 14 deletions
web/src/components
|
@ -94,5 +94,6 @@ export const useBackgroundProcesses = () => {
|
|||
useEffect(() => {
|
||||
poller.startWorker();
|
||||
pruner.startWorker();
|
||||
accountApi.startWorker();
|
||||
}, []);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue