Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
gitdog01 authored Dec 24, 2023
1 parent 049d1e3 commit 4b1a5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function Page() {
/>
</div>
</span>
<Button className={styles.login__button} onClick={() => signIn('github',{ callbackUrl:`${window.location.origin}/api/vi/callback` })}>
<Button className={styles.login__button} onClick={() => signIn('github',{ callbackUrl:`${window.location.origin}/api/v1/callback` })}>
깃허브 로그인하기
</Button>
</div>
Expand Down

0 comments on commit 4b1a5f5

Please sign in to comment.