Skip to content

Commit

Permalink
update signOut function
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Aug 6, 2024
1 parent f437701 commit 81a0f93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const AuthenticationWrapper: React.FC = () => {
return data;
},
signOut: async () => {
await api.post('auth/logout');
setAuthStatus('unauthenticated');
signOut();
},
Expand Down

0 comments on commit 81a0f93

Please sign in to comment.