Update SignOutHandler.tsx

This commit is contained in:
Nate Kelley 2025-09-16 17:19:22 -06:00
parent 3e73787e14
commit 5554031c2f
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 0 additions and 2 deletions

View File

@ -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' });
}