mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-29 22:27:25 +02:00
🐛 Use callback url when signing in as guest
This commit is contained in:
parent
ef3152c5ca
commit
d1b995fbb5
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ export function LoginForm({ oidcConfig }: { oidcConfig?: { name: string } }) {
|
||||||
<div className="grid gap-4">
|
<div className="grid gap-4">
|
||||||
<IfCloudHosted>
|
<IfCloudHosted>
|
||||||
<Button size="lg" asChild>
|
<Button size="lg" asChild>
|
||||||
<Link href="/">
|
<Link href={callbackUrl}>
|
||||||
<UserIcon className="w-4 h-4" />
|
<UserIcon className="w-4 h-4" />
|
||||||
<Trans i18nKey="continueAsGuest" />
|
<Trans i18nKey="continueAsGuest" />
|
||||||
</Link>
|
</Link>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue