mirror of https://github.com/buster-so/buster.git
Update SignOutHandler.tsx
This commit is contained in:
parent
3e73787e14
commit
5554031c2f
|
@ -18,8 +18,6 @@ export const useSignOut = () => {
|
|||
} catch (error) {
|
||||
console.error('Error clearing browser storage', error);
|
||||
}
|
||||
} catch (error) {
|
||||
console.error('Error signing out', error);
|
||||
} finally {
|
||||
navigate({ to: '/auth/login' });
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue