Logging Out
Overview
The logout
function logs out the user from the application.
How to Use
Destructure the function from the hook:
Call the function on a button click:
Parameters
No parameters are required for this function.
Example
Last updated