Merge branch 'admin-team-GEN-67-auth-app' into anika-GEN-67-comment

This commit is contained in:
Meliora Ho 2024-03-03 11:30:04 -05:00 committed by GitHub
commit a841cf5bd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,7 @@ export default function Page() {
<PasswordInput title="Password" onChange={handlePasswordChange} required /> <PasswordInput title="Password" onChange={handlePasswordChange} required />
</div> </div>
<div className="flex flex-col items-left space-y-4"> <div className="flex flex-col items-left space-y-4">
<InlineLink href="/forgot_password"> <InlineLink href="/auth/forgot_password">
Forgot password? Forgot password?
</InlineLink> </InlineLink>
<Button onClick={handleClick}> <Button onClick={handleClick}>