Skip to content

refactor(identite): extract markDomainAsVerified function #2579

refactor(identite): extract markDomainAsVerified function

refactor(identite): extract markDomainAsVerified function #2579

Status Failure
Total duration 1m 23s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: src/connectors/debounce.ts#L8
Module '"../services/email"' declares 'getEmailDomain' locally, but it is not exported.
test: src/controllers/organization.ts#L33
Module '"../services/email"' declares 'getEmailDomain' locally, but it is not exported.
test: src/controllers/totp.ts#L126
Argument of type 'Organization | undefined' is not assignable to parameter of type 'User'.
test: src/controllers/totp.ts#L154
Argument of type 'Organization' is not assignable to parameter of type 'User'.
test: src/managers/2fa.ts#L13
Property 'force_2fa' does not exist on type 'Organization'.
test: src/managers/moderation.ts#L27
Property 'email' does not exist on type 'Organization'.
test: src/managers/organization/join.ts#L48
Module '"../../services/email"' declares 'getEmailDomain' locally, but it is not exported.
test: src/managers/organization/join.ts#L123
Cannot find name 'UserOrganizationLink'. Did you mean 'OrganizationInfo'?
test: src/managers/organization/join.ts#L167
Property 'email' does not exist on type 'Organization'.
test: src/managers/organization/join.ts#L167
Property 'given_name' does not exist on type 'Organization'.