This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix oauth

+1 -1
+1 -1
src/contexts/AuthContext.js
··· 86 86 if (!client || !session) return; 87 87 88 88 try { 89 - await client.logout(session.sub); 89 + await client.signOut(session.sub); 90 90 setSession(null); 91 91 } catch (err) { 92 92 console.error('Logout failed:', err);