We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62a634 commit 9d704a0Copy full SHA for 9d704a0
1 file changed
docs/pages/getting-started/session-management/login.mdx
@@ -10,7 +10,7 @@ To signin your users, make sure you have at least one [authentication method](/g
10
<Code.Next>
11
12
```tsx filename="./components/auth/signin-button.tsx"
13
-import { signIn } from "@/auth.ts"
+import { signIn } from "@/auth"
14
15
export function SignIn() {
16
return (
0 commit comments