Skip to content

fix: reset password + in-website reset password #434

fix: reset password + in-website reset password

fix: reset password + in-website reset password #434

Triggered via push November 3, 2025 04:11
Status Failure
Total duration 1m 10s
Artifacts

run-checks.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
run-checks: client/src/components/adminClientForms/FormTables/SuccessStoryTable.tsx#L258
Unexpected any. Specify a different type
run-checks: client/src/components/adminClientForms/FormTables/RandomClientTable.tsx#L315
Unexpected any. Specify a different type
run-checks: client/src/components/adminClientForms/FormTables/RandomClientTable.tsx#L314
Unexpected any. Specify a different type
run-checks: client/src/components/adminClientForms/FormTables/ExitSurveyTable.tsx#L296
Unexpected any. Specify a different type
run-checks: client/src/components/adminClientForms/FormTables/ExitSurveyTable.tsx#L295
Unexpected any. Specify a different type
run-checks: client/src/components/admin/UpdateClient.tsx#L76
Empty block statement
run-checks: client/src/components/admin/UpdateClient.tsx#L56
Unexpected any. Specify a different type
run-checks: client/src/components/admin/UpdateClient.tsx#L33
Unexpected any. Specify a different type
run-checks: client/src/components/adminClientForms/FormTables/FilterTemplate.tsx#L533
React Hook useEffect has a missing dependency: 'setFilterQuery'. Either include it or remove the dependency array. If 'setFilterQuery' changes too often, find the parent component that defines it and wrap that definition in useCallback
run-checks: client/src/components/adminClientForms/FormTables/ExitSurveyTable.tsx#L166
React Hook useMemo has unnecessary dependencies: 'exitData' and 'selectedRowIds'. Either exclude them or remove the dependency array
run-checks: client/src/components/adminClientForms/FormTables/AllFormTable.tsx#L297
React Hook useMemo has unnecessary dependencies: 'clients' and 'selectedRowIds'. Either exclude them or remove the dependency array
run-checks: client/src/components/admin/UpdateClient.tsx#L76
'err' is defined but never used. Allowed unused caught errors must match /^_/u
run-checks: client/src/components/admin/UpdateClient.tsx#L51
React Hook useEffect has a missing dependency: 'fillTable'. Either include it or remove the dependency array
run-checks: client/src/components/admin/ManageAccounts.tsx#L278
React Hook useMemo has unnecessary dependencies: 'persons' and 'selectedRowIds'. Either exclude them or remove the dependency array
run-checks: client/src/components/admin/ManageAccounts.tsx#L58
'roles_dict' is assigned a value but only used as a type. Allowed unused vars must match /^_/u
run-checks: client/src/components/ProtectedRoute.tsx#L12
'sleep' is assigned a value but never used. Allowed unused vars must match /^_/u
run-checks: client/src/components/ProgressSteps.tsx#L2
'Divider' is defined but never used. Allowed unused vars must match /^_/u
run-checks: client/src/components/Navbar.tsx#L2
'Avatar' is defined but never used. Allowed unused vars must match /^_/u