From 6eb7ecc9f9a443dd8d5f2918b68a09c670a572c4 Mon Sep 17 00:00:00 2001 From: Jan Beseda Date: Sat, 1 Oct 2022 22:22:40 +0200 Subject: [PATCH] fix(readme): update import next auth react (#12) * fix(readme): update import next auth react * fix(readme): remove diff formating --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65ca791..abe8e78 100644 --- a/README.md +++ b/README.md @@ -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,