Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRouyer committed Sep 10, 2023
1 parent fbf72d7 commit 8af3ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/customer-service/src/components/sign-in.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function SignIn() {

<div className="mt-10 sm:mx-auto sm:w-full sm:max-w-sm">
<button
onClick={() => signIn('github')}
onClick={() => signIn('github', { callbackUrl: '/tickets' })}
className="flex w-full justify-center rounded-md bg-indigo-600 px-3 py-1.5 text-sm font-semibold leading-6 text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
>
<FormattedMessage id="sign_in_with_github" />
Expand Down

0 comments on commit 8af3ab4

Please sign in to comment.