mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-06 20:50:17 -04:00
Merge pull request #17 from cssgunc/nick-GEN-67-refactor2
code clean and page routing"
This commit is contained in:
commit
67a9bc88d7
|
@ -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}>
|
||||
|
|
|
@ -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}>
|
||||
|
|
Loading…
Reference in New Issue
Block a user