Skip to content

Commit 9d704a0

Browse files
docs: Update login.mdx (#12482)
change from "auth.ts" to "auth" in the signout import section
1 parent e62a634 commit 9d704a0

File tree

1 file changed

+1
-1
lines changed
  • docs/pages/getting-started/session-management

1 file changed

+1
-1
lines changed

docs/pages/getting-started/session-management/login.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To signin your users, make sure you have at least one [authentication method](/g
1010
<Code.Next>
1111

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

1515
export function SignIn() {
1616
return (

0 commit comments

Comments
 (0)