@payez/next-mvp 4.0.49 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,10 +8,12 @@
8
8
  */
9
9
 
10
10
  import { createAuthClient } from 'better-auth/react';
11
+ import { magicLinkClient } from 'better-auth/client/plugins';
11
12
  import { useMemo } from 'react';
12
13
 
13
14
  export const authClient = createAuthClient({
14
15
  // baseURL derived from BETTER_AUTH_URL or window.location.origin
16
+ plugins: [magicLinkClient()],
15
17
  });
16
18
 
17
19
  // Convenience exports