Skip to content

Commit 4e19757

Browse files
committed
update cicd
1 parent aff600c commit 4e19757

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FE-service-v2/src/components/auth/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const useKongAuth = () => {
2828
setAuthenticated(false);
2929
}
3030
} catch (error) {
31-
console.error('Auth check failed:', error);
31+
console.error('Auth check failed :', error);
3232
setUser(null);
3333
setAuthenticated(false);
3434
} finally {

0 commit comments

Comments
 (0)