Skip to content

Commit

Permalink
fix: #1224 - Delegated Admin Table Disappears On Sign Out (#1248)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Saglioni <nicola.saglioni@encora.com>
  • Loading branch information
NickSaglioni and NickSaglioni authored Mar 19, 2024
1 parent 57be90f commit ac24c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/services/AuthService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const login = async () => {
};

const logout = async () => {
Auth.signOut();
await Auth.signOut();
LoginUserState.removeFamUser();
console.log('User logged out.');
};
Expand Down

0 comments on commit ac24c9c

Please sign in to comment.