From b2a66a47ad4451377aa0dee907007f29cfbd07f2 Mon Sep 17 00:00:00 2001 From: Deon Gracias <58945356+deon-gracias@users.noreply.github.com> Date: Wed, 26 Apr 2023 06:06:59 +0530 Subject: [PATCH] Update README.md Missed comma in useSignInWithEmailLink destructure --- auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/README.md b/auth/README.md index 4a9b2f2..c2f2ad8 100644 --- a/auth/README.md +++ b/auth/README.md @@ -637,7 +637,7 @@ const SignIn = () => { const [email, setEmail] = useState(''); const [password, setPassword] = useState(''); const [ - signInWithEmailLink + signInWithEmailLink, user, loading, error,