onLogout( ) ??

Is there any way to detect when the user has logged out?
I can only see onLogin( ) in the API documentation, but what if I want to run a function once the user has logged out?

Thanks,
J.D.

On logout the page is refreshed so whatever you try to do after a logout it wont work. Best is to perform the function first and then logout the user.

1 Like

You’re right. Thanks you!

Closed due to spam.