diff --git a/docs/references/react/use-sign-in.mdx b/docs/references/react/use-sign-in.mdx index 0156372cfe..ca8bf05388 100644 --- a/docs/references/react/use-sign-in.mdx +++ b/docs/references/react/use-sign-in.mdx @@ -94,7 +94,7 @@ The `status` property of the `SignIn` object can be one of the following values: - `needs_second_factor` - `string` - One of the following [second factor verification strategies](/docs/references/javascript/sign-in/second-factor) is missing: `phone_code` or `totp`. This value is optional. + One of the following [second factor verification strategies](/docs/references/javascript/sign-in/second-factor) is missing: `phone_code` or `totp`. ---