feat: email resetting frontend code

This commit is contained in:
swve 2024-03-19 21:51:26 +01:00
parent 15677a6946
commit 1987e56b9a
9 changed files with 451 additions and 5 deletions

View file

@ -156,6 +156,15 @@ const LoginClient = (props: LoginClientProps) => {
/>
</Form.Control>
</FormField>
<div>
<Link
href={getUriWithOrg(props.org.slug, '/forgot')}
passHref
className="text-xs text-gray-500 hover:underline"
>
Forgot password?
</Link>
</div>
<div className="flex py-4">
<Form.Submit asChild>