export async function logout() { useAuthSession().value = null; await navigateTo({ path: '/signin', }); }