atlp-rwanda/hackers-ec-Fe

View on GitHub
src/components/HandleGoogleLogin.tsx

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function HandleGoogleLogin has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const HandleGoogleLogin = () => {
    const [searchParams] = useSearchParams();
    const token = searchParams.get('token');
    const message = searchParams.get('message');
    const { saveAccessToken } = useToken();
Severity: Minor
Found in src/components/HandleGoogleLogin.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status