From 36e74c239fbf408cf16d0e88dd530084caadedbf Mon Sep 17 00:00:00 2001 From: ShreyasVij Date: Wed, 26 Aug 2026 20:28:57 +0530 Subject: [PATCH] bug fix for apply page login part fixed --- src/pages/apply.tsx | 48 +++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 23 deletions(-) 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 + + + + ); }