diff --git a/app/routes.ts b/app/routes.ts index 47ab806..87a1b92 100644 --- a/app/routes.ts +++ b/app/routes.ts @@ -1,3 +1,10 @@ -import { type RouteConfig, index } from "@react-router/dev/routes"; +import { type RouteConfig, index, route } from "@react-router/dev/routes"; -export default [index("routes/starter.tsx")] satisfies RouteConfig; +export default [ + index("routes/login.tsx"), + route("forgot-pass", "routes/forgot_pass.tsx"), + route("verify-email", "routes/verify_email.tsx"), + route("change-password", "routes/change_password.tsx"), + route("create-account", "routes/create_account.tsx"), + route("verify-signup", "routes/verify_signup.tsx"), +] satisfies RouteConfig; diff --git a/app/routes/change_password.tsx b/app/routes/change_password.tsx new file mode 100644 index 0000000..0979632 --- /dev/null +++ b/app/routes/change_password.tsx @@ -0,0 +1,66 @@ +import React from "react"; + +export default function CancerLINCForgotPassowrd() { + return ( +
+ {"<"} Back to login +
+ +
+
+
+
+ Create a new password. It must include 12 characters and + at least one number. +
+
+ + Enter your email address and password to access your + account. +
++ {"<"} Back to login +
+ +
+
+
+
+ A verification code was sent to xxxxx@email.com. Please
+ enter it below.
+ The code will expire in 10 minutes.
+
+ {"<"} Back to login +
+ +
+
+
+
+ A verification code was sent to xxxxx@email.com. Please
+ enter it below.
+ The code will expire in 10 minutes.
+