Skip to content

Commit 3e9f56d

Browse files
omar-bearivan-dalmet
authored andcommitted
fix: remove unused import for inferAdditionalFields in auth configuration
1 parent 1bd0013 commit 3e9f56d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/server/auth.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import { permissions } from '@/features/auth/permissions';
1818
import { db } from '@/server/db';
1919
import { sendEmail } from '@/server/email';
2020
import { getUserLanguage } from '@/server/utils';
21-
import { inferAdditionalFields } from 'better-auth/client/plugins';
2221

2322
export type Auth = typeof auth;
2423
export const auth = betterAuth({

0 commit comments

Comments
 (0)