code clean and page routing"

;
This commit is contained in:
Nicholas 2024-03-02 16:20:19 -05:00
parent 7f6fc2e44c
commit 38ed85a922
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ export default function Page() {
)}
</div>
<div className="flex flex-col items-left space-y-4">
<InlineLink href="/login">
<InlineLink href="/auth/login">
Back to Sign In
</InlineLink>
<Button type="submit" disabled={isButtonDisabled}>

View File

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