Add href to "Forgot password?" link

This commit is contained in:
Andy Chan 2024-02-27 15:35:39 -05:00
parent 016b2a3d70
commit 27bd613bc1

View File

@ -30,7 +30,7 @@ export default function Page() {
<Input type='password' title="Password" /> <Input type='password' title="Password" />
</div> </div>
<div className="flex flex-col items-left space-y-4"> <div className="flex flex-col items-left space-y-4">
<InlineLink> <InlineLink href="/forgot_password">
Forgot password? Forgot password?
</InlineLink> </InlineLink>
<Button> <Button>