We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10906b commit d7d6ac9Copy full SHA for d7d6ac9
app/server/auth.tsx
@@ -18,7 +18,6 @@ import { permissions } from '@/features/auth/permissions';
18
import { db } from '@/server/db';
19
import { sendEmail } from '@/server/email';
20
import { getUserLanguage } from '@/server/utils';
21
-import { inferAdditionalFields } from 'better-auth/client/plugins';
22
23
export type Auth = typeof auth;
24
export const auth = betterAuth({
0 commit comments