diff --git a/docs/pages/getting-started/session-management/login.mdx b/docs/pages/getting-started/session-management/login.mdx index b8f615daf8..36f9c86795 100644 --- a/docs/pages/getting-started/session-management/login.mdx +++ b/docs/pages/getting-started/session-management/login.mdx @@ -4,7 +4,7 @@ import { Code } from "@/components/Code" # Handling Signin and Signout -To signin your users, make sure to have at least one [authentication method](/getting-started/authentication) setup. You then need to build a button which will call the sign in function from your Auth.js framework package. +To signin your users, make sure you have at least one [authentication method](/getting-started/authentication) setup. You then need to build a button which will call the sign in function from your Auth.js framework package.