#how to clear setted timeout?

1 messages · Page 1 of 1 (latest)

solemn loom
#

i want to clear the setted timeout with a button click. the js function that i made is same as below

setTimeout(() => {
showAlert('로그인 후 20분이 경과하여 자동 로그아웃 합니다.');
logout.myFun1().run;
}, 20 * 60 * 1000);

main ginkgoBOT
#

Hi there!
Just to be sure I understand, you will like to clear the timeout you set above
somehow?