Skip to content

adding reset password feature #160

adding reset password feature

adding reset password feature #160

Triggered via push May 6, 2024 09:52
Status Failure
Total duration 2h 17m 11s
Artifacts

ci.yml

on: push
build-lint-test-coverage
55s
build-lint-test-coverage
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-lint-test-coverage
Process completed with exit code 1.
build-lint-test-coverage: src/__test__/route.test.ts#L92
'res' is assigned a value but never used. Allowed unused vars must match /^_/u
build-lint-test-coverage: src/__test__/route.test.ts#L92
'res' is assigned a value but never used
build-lint-test-coverage: src/__test__/route.test.ts#L133
Trailing spaces not allowed
build-lint-test-coverage: src/__test__/userServices.test.ts#L5
'start2FAProcess' is defined but never used. Allowed unused vars must match /^_/u
build-lint-test-coverage: src/__test__/userServices.test.ts#L5
'start2FAProcess' is defined but never used
build-lint-test-coverage: src/__test__/userServices.test.ts#L6
'is2FAValid' is defined but never used. Allowed unused vars must match /^_/u
build-lint-test-coverage: src/__test__/userServices.test.ts#L6
'is2FAValid' is defined but never used
build-lint-test-coverage: src/controllers/authController.ts#L14
Missing return type on function
build-lint-test-coverage: src/controllers/authController.ts#L18
Missing return type on function
build-lint-test-coverage: src/controllers/authController.ts#L22
Missing return type on function