Update packages/core-components/src/components/AutoLogout/AutoLogout.tsx

Co-authored-by: Johan Haals <johan@haals.se>
Signed-off-by: Manuel Scurti <manuel9scurti@gmail.com>
This commit is contained in:
Manuel Scurti
2023-09-12 11:46:05 +02:00
committed by Manuel Scurti
parent 214d02fa8d
commit 6ed18c353c
@@ -61,7 +61,7 @@ export type AutoLogoutProps = {
promptBeforeIdleSeconds?: number;
/**
* Enable/disable the usage of Node's worker thread timers instead of main thread timers.
* This is helpful if you notice that the your browser is killing inactive tab's timers, like the one used by AutoLogoutProvider.
* This is helpful if you notice that the your browser is killing inactive tab's timers, like the one used by AutoLogout.
* If you experience some browser incompatibility, you may try to set this to false.
* defaults to true.
*/