department-of-veterans-affairs/vets-website

View on GitHub
src/applications/verify/components/AuthenticatedVerify.jsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function Authentication has 75 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function Authentication() {
  const profile = useSelector(selectProfile);
  useEffect(
    () => {
      if (!profile?.loading) {
Severity: Major
Found in src/applications/verify/components/AuthenticatedVerify.jsx - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status