🐛 Use callback url when signing in as guest

This commit is contained in:
Luke Vella 2023-11-26 19:53:58 +07:00
parent ef3152c5ca
commit d1b995fbb5

View file

@ -130,7 +130,7 @@ export function LoginForm({ oidcConfig }: { oidcConfig?: { name: string } }) {
<div className="grid gap-4">
<IfCloudHosted>
<Button size="lg" asChild>
<Link href="/">
<Link href={callbackUrl}>
<UserIcon className="w-4 h-4" />
<Trans i18nKey="continueAsGuest" />
</Link>