We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff600c commit 4e19757Copy full SHA for 4e19757
1 file changed
FE-service-v2/src/components/auth/index.tsx
@@ -28,7 +28,7 @@ export const useKongAuth = () => {
28
setAuthenticated(false);
29
}
30
} catch (error) {
31
- console.error('Auth check failed:', error);
+ console.error('Auth check failed :', error);
32
setUser(null);
33
34
} finally {
0 commit comments