Skip to content

feat(user): add 2FA fields to User entity This commit adds three new … #128

feat(user): add 2FA fields to User entity This commit adds three new …

feat(user): add 2FA fields to User entity This commit adds three new … #128

Re-run triggered May 5, 2024 19:37
Status Success
Total duration 1m 8s
Artifacts

ci.yml

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

Annotations

10 warnings
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/controllers/authController.ts#L2
'otpTemplate' is defined but never used. Allowed unused vars must match /^_/u
build-lint-test-coverage: src/controllers/authController.ts#L2
'otpTemplate' is defined but never used
build-lint-test-coverage: src/controllers/authController.ts#L12
Missing return type on function
build-lint-test-coverage: src/controllers/authController.ts#L16
Missing return type on function
build-lint-test-coverage: src/controllers/authController.ts#L20
Missing return type on function
build-lint-test-coverage: src/controllers/authController.ts#L24
Missing return type on function
build-lint-test-coverage: src/controllers/authController.ts#L28
Missing return type on function
build-lint-test-coverage: src/controllers/authController.ts#L32
Missing return type on function