diff options
Diffstat (limited to 'src/client/pages/LoginPage.tsx')
| -rw-r--r-- | src/client/pages/LoginPage.tsx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/pages/LoginPage.tsx b/src/client/pages/LoginPage.tsx index f72a6da..cc59105 100644 --- a/src/client/pages/LoginPage.tsx +++ b/src/client/pages/LoginPage.tsx @@ -1,5 +1,5 @@ import { type FormEvent, useEffect, useState } from "react"; -import { Link, useLocation } from "wouter"; +import { useLocation } from "wouter"; import { ApiClientError, useAuth } from "../stores"; export function LoginPage() { @@ -74,9 +74,6 @@ export function LoginPage() { {isSubmitting ? "Logging in..." : "Login"} </button> </form> - <p> - Don't have an account? <Link href="/register">Register</Link> - </p> </div> ); } |
