diff --git a/src/pages/apply.tsx b/src/pages/apply.tsx index 49279cd..d17d081 100644 --- a/src/pages/apply.tsx +++ b/src/pages/apply.tsx @@ -75,30 +75,32 @@ export default function ApplyPage() { if (!isLoggedIn) { return ( -
- + +
+

Login Required

+ +

+ Please log in with your PEC account before accessing the + registration form. +

+ + -
-
-
+ Login + + + + ); }