mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-29 14:17:49 +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">
|
||||
<IfCloudHosted>
|
||||
<Button size="lg" asChild>
|
||||
<Link href="/">
|
||||
<Link href={callbackUrl}>
|
||||
<UserIcon className="w-4 h-4" />
|
||||
<Trans i18nKey="continueAsGuest" />
|
||||
</Link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue