mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-30 01:27:05 -05:00
Implement Phase 3C error logging
This commit is contained in:
@@ -57,7 +57,7 @@ export function useBanCheck() {
|
||||
navigate('/');
|
||||
}
|
||||
} catch (error) {
|
||||
logger.error('Ban check error', { error, userId: user.id });
|
||||
// Silent - ban check failure is non-critical, user proceeds normally
|
||||
} finally {
|
||||
setLoading(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user