Skip to content

Commit 8efc329

Browse files
committed
docs: fix twoslash build
1 parent 6a309c1 commit 8efc329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/pages/react/login-methods/email-magic-link.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ useEffect(() => {
149149
};
150150

151151
handleRedirect();
152-
}, [authenticate]);
152+
}, [authenticateAsync]);
153153
```
154154

155155
### Step 3: Track Authentication Status

0 commit comments

Comments
 (0)