export async function logout() { clearAuthSession(); useAdminStore().$reset(); useWarrenStore().$reset(); await navigateTo({ path: '/login', }); }