Skip to content

Commit

Permalink
docs: Update login.mdx (#12482)
Browse files Browse the repository at this point in the history
change from "auth.ts" to "auth" in the signout import section
  • Loading branch information
giedrius-jankauskas authored Jan 9, 2025
1 parent e62a634 commit 9d704a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/getting-started/session-management/login.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To signin your users, make sure you have at least one [authentication method](/g
<Code.Next>

```tsx filename="./components/auth/signin-button.tsx"
import { signIn } from "@/auth.ts"
import { signIn } from "@/auth"

export function SignIn() {
return (
Expand Down

0 comments on commit 9d704a0

Please sign in to comment.