src/applications/verify/components/AuthenticatedVerify.jsx
Function Authentication
has 75 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function Authentication() {
const profile = useSelector(selectProfile);
useEffect(
() => {
if (!profile?.loading) {