nbifrye

Results 2 comments of nbifrye

The type of `Adapter` seems to be different for [email protected] and @auth/[email protected]. [`[email protected]`](https://github.com/nextauthjs/next-auth/blob/next-auth%404.24.5/packages/next-auth/src/adapters.ts#L63): ``` createUser?: (user: Omit) => Awaitable ``` [`@auth/[email protected]`](https://github.com/nextauthjs/next-auth/blob/%40auth/core%400.19.0/packages/core/src/adapters.ts#L271): ``` createUser?(user: AdapterUser): Awaitable ``` User ID is generated...

👀 https://github.com/nextauthjs/next-auth/pull/9380 and https://github.com/nextauthjs/next-auth/pull/9381