You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On ClientAuthConfig declaration you are using ClientOptions from better-auth/client but better auth don't export this type, I fixed replacing with import type { BetterAuthClientOptions } from 'better-auth/client'