Skip to content

Commit

Permalink
fix(readme): update import next auth react (#12)
Browse files Browse the repository at this point in the history
* fix(readme): update import next auth react

* fix(readme): remove diff formating
  • Loading branch information
Cheprer authored Oct 1, 2022
1 parent bf09842 commit 6eb7ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export default signUpHandler(client);

```ts
import { signUp } from 'next-auth-sanity/client';
import { signIn } from 'next-auth/client';
import { signIn } from 'next-auth/react';

const user = await signUp({
email,
Expand Down

0 comments on commit 6eb7ecc

Please sign in to comment.