Skip to content

Commit

Permalink
chore(docs): test turbo cache again
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Apr 28, 2024
1 parent c45ea57 commit e7a353c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/getting-started/session-management/login.mdx
Expand Up @@ -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.

<Code>
<Code.Next>
Expand Down

0 comments on commit e7a353c

Please sign in to comment.