mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-10 06:10: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>
|
||||||
<div className="flex flex-col items-left space-y-4">
|
<div className="flex flex-col items-left space-y-4">
|
||||||
<InlineLink href="/login">
|
<InlineLink href="/auth/login">
|
||||||
Back to Sign In
|
Back to Sign In
|
||||||
</InlineLink>
|
</InlineLink>
|
||||||
<Button type="submit" disabled={isButtonDisabled}>
|
<Button type="submit" disabled={isButtonDisabled}>
|
||||||
|
|
|
@ -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}>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user