Logging Out
Overview
How to Use
const { logout } = useJustAuth();<button onClick={logout}>Logout</button>
Parameters
Example
const { logout } = useJustAuth();
<button onClick={logout}>Logout</button>Last updated