Skip to content

Make user first name mandatory and use accross the app #4295

Make user first name mandatory and use accross the app

Make user first name mandatory and use accross the app #4295

Triggered via push October 18, 2023 16:14
Status Failure
Total duration 1m 12s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
check-eslint
Type '{ id: number & { [CreationAttributeBrand]?: true | undefined; }; provider: "github" | "google"; providerId: string; username: string; email: string; firstName: string; lastName: string | null; image: null; workspaces: never[]; isDustSuperUser: false; } | null' is not assignable to type 'UserType | null'.
check-eslint
Type '{ id: number & { [CreationAttributeBrand]?: true | undefined; }; provider: "github" | "google"; providerId: string; username: string; email: string; name: string; firstName: string; lastName: string | null; image: null; workspaces: { ...; }[]; isDustSuperUser: CreationOptional<...>; }[]' is not assignable to type 'UserType[]'.
check-eslint
Type '{ id: number & { [CreationAttributeBrand]?: true | undefined; }; provider: "github" | "google"; providerId: string; username: string; email: string; firstName: string; lastName: string | null; image: null; workspaces: never[]; isDustSuperUser: false; } | null' is not assignable to type 'UserType | null'.
check-eslint
Property 'name' does not exist on type 'UserType'.
check-eslint
Property 'name' does not exist on type 'UserType'.
check-eslint
Property 'name' does not exist on type 'UserType'.
check-eslint
Property 'name' does not exist on type 'UserType'.
check-eslint
Property 'name' does not exist on type 'UserType'.
check-eslint
Property 'name' does not exist on type 'UserType'.
check-eslint
Property 'name' does not exist on type 'UserType'.