ITUDevUps/devUps

View on GitHub
minitwit-frontend/src/pages/Login/Login.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Login has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function Login() {
    const {REACT_APP_API_URL} = process.env;
    const [userName, setUserName] = useState('');
    const [password, setPassword] = useState('');

Severity: Minor
Found in minitwit-frontend/src/pages/Login/Login.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status