fix: various bugs

This commit is contained in:
swve 2024-08-29 20:12:15 +02:00
parent 2c61542eb7
commit 8b1332c840
4 changed files with 49 additions and 73 deletions

View file

@ -170,7 +170,7 @@ const LoginClient = (props: LoginClientProps) => {
</FormField>
<div>
<Link
href={getUriWithOrg(props.org.slug, '/forgot')}
href={{ pathname: getUriWithoutOrg('/forgot'), query: props.org.slug ? { orgslug: props.org.slug } : null }}
passHref
className="text-xs text-gray-500 hover:underline"
>