Merge pull request #17 from cssgunc/nick-GEN-67-refactor2

code clean and page routing"
This commit is contained in:
Meliora Ho 2024-03-03 11:29:19 -05:00 committed by GitHub
commit 67a9bc88d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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}>