Skip to content

fix(tests): Remove unused isLoading variable in AuthContext.test.tsx (CodeQL #543) #416

@github-actions

Description

@github-actions

Summary

isLoading is declared but never used in AuthContext.test.tsx line 204. This triggers CodeQL alert #543 (Unused variable, import, function or class).

Affected file

src/UILayer/web/src/contexts/AuthContext.test.tsx — line 204

Required fix

Remove the unused isLoading variable declaration, or prefix it with _ if the destructuring pattern is needed.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions