diff --git a/rsconcept/frontend/src/pages/RegisterPage.tsx b/rsconcept/frontend/src/pages/RegisterPage.tsx index e01ba75d..a32f6068 100644 --- a/rsconcept/frontend/src/pages/RegisterPage.tsx +++ b/rsconcept/frontend/src/pages/RegisterPage.tsx @@ -15,7 +15,7 @@ import { HelpIcon } from '../components/Icons'; import { useAuth } from '../context/AuthContext'; import { useConceptNavigation } from '../context/NagivationContext'; import { type IUserSignupData } from '../models/library'; -import { globalIDs } from '../utils/constants'; +import { globalIDs, patterns } from '../utils/constants'; function RegisterPage() { const location = useLocation(); @@ -66,7 +66,7 @@ function RegisterPage() { } return (