Skip to content

Commit 7e2c2d4

Browse files
4limirzaeiAli Mirzaeindom91
authored
chore(docs): clean up OAuth SignInCode.tsx component (#11106)
Co-authored-by: Ali Mirzaei <[email protected]> Co-authored-by: Nico Domino <[email protected]>
1 parent c5daf6d commit 7e2c2d4

File tree

1 file changed

+2
-2
lines changed
  • docs/components/OAuthProviderInstructions/content/components

1 file changed

+2
-2
lines changed

docs/components/OAuthProviderInstructions/content/components/SignInCode.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Code } from "@/components/Code"
2-
import { Pre, Code as NXCode } from "nextra/components"
2+
import { Pre } from "nextra/components"
33
import { TSIcon } from "./TSIcon"
44

55
interface Props {
@@ -20,7 +20,7 @@ export function SignInCode({ providerId, providerName, highlight }: Props) {
2020
icon={TSIcon}
2121
dangerouslySetInnerHTML={{
2222
__html: highlight(`
23-
import { signIn } from "@/auth.ts"
23+
import { signIn } from "@/auth"
2424
2525
export function SignIn() {
2626
return (

0 commit comments

Comments
 (0)