Skip to content

Commit

Permalink
test: absolute url
Browse files Browse the repository at this point in the history
  • Loading branch information
kaldray committed Jun 18, 2024
1 parent 941e827 commit 521cef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import style from "@styles/Pages/login.module.scss";

const Login: FC<InferGetServerSidePropsType<typeof getServerSideProps>> = ({ providers }) => {
async function logIn(provider: ClientSafeProvider["id"]): Promise<void> {
await signIn(provider, { callbackUrl: `/${provider}` });
await signIn(provider, { callbackUrl: `https://statlist.fr/${provider}` });
}
return (
<>
Expand Down

0 comments on commit 521cef3

Please sign in to comment.