From 77005a354147abe8c226a2aec54b3d741edc6eeb Mon Sep 17 00:00:00 2001 From: WillJeynes Date: Wed, 19 Aug 2026 14:14:52 +0100 Subject: [PATCH] Fox submit button edge case --- src/app/apply/page.tsx | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/app/apply/page.tsx b/src/app/apply/page.tsx index 6b87130..652b302 100644 --- a/src/app/apply/page.tsx +++ b/src/app/apply/page.tsx @@ -111,8 +111,8 @@ export default function Apply() { error={ isValidPassword ? t("application.personal.password.error", { - username: getRandomUsername() - }) + username: getRandomUsername() + }) : "" } > @@ -309,10 +309,17 @@ export default function Apply() { - + + );