New authentication provider with tests #15
Annotations
5 errors and 1 warning
|
Lint & Type Check
Process completed with exit code 2.
|
|
Lint & Type Check:
src/hooks/authenticationHooks.ts#L67
Property 'djName' does not exist on type '{ id: string; createdAt: Date; updatedAt: Date; email: string; emailVerified: boolean; name: string; image?: string | null | undefined; banned: boolean | null | undefined; role?: string | ... 1 more ... | undefined; banReason?: string | ... 1 more ... | undefined; banExpires?: Date | ... 1 more ... | undefined; user...'. Did you mean 'name'?
|
|
Lint & Type Check:
src/hooks/authenticationHooks.ts#L67
Property 'realName' does not exist on type '{ id: string; createdAt: Date; updatedAt: Date; email: string; emailVerified: boolean; name: string; image?: string | null | undefined; banned: boolean | null | undefined; role?: string | ... 1 more ... | undefined; banReason?: string | ... 1 more ... | undefined; banExpires?: Date | ... 1 more ... | undefined; user...'.
|
|
Lint & Type Check:
src/components/experiences/modern/admin/roster/RosterTable.tsx#L132
Property 'addMember' does not exist on type '{ create: <FetchOptions extends ClientFetchOption<Partial<{ name: string; slug: string; userId?: string | undefined; logo?: string | undefined; metadata?: Record<string, any> | undefined; keepCurrentActiveOrganization?: boolean | undefined; }> & Record<...>, Partial<...> & Record<...>, Record<...> | undefined>>(data...'.
|
|
Build
Process completed with exit code 1.
|
|
Unit Tests
No files were found with the provided path: coverage/. No artifacts will be uploaded.
|