alpha
Login
or
Join now
atpota.to
/
cred.blue
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix oauth
author
damedotblog
date
1 year ago
(Apr 2, 2025, 4:30 PM -0400)
commit
c1696059
c16960596e6507f4ade127a955986bfba3f376f0
parent
0efad1fc
0efad1fc2b03dbe8186a617279bb2ea211124c70
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
contexts
AuthContext.js
+1
-1
src/contexts/AuthContext.js
Reviewed
···
86
86
if (!client || !session) return;
87
87
88
88
try {
89
89
-
await client.logout(session.sub);
89
89
+
await client.signOut(session.sub);
90
90
setSession(null);
91
91
} catch (err) {
92
92
console.error('Logout failed:', err);