From f5abc518a40f7c9e41773389c13a665b86fd5bbc Mon Sep 17 00:00:00 2001 From: Aaron William Po Date: Tue, 11 Apr 2023 20:24:27 -0400 Subject: [PATCH] Update register user form disable itself when loading Fix error where a user could click submit multiple times while the form is submitting. --- components/RegisterUserForm.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/components/RegisterUserForm.tsx b/components/RegisterUserForm.tsx index 140ad78..ab092ae 100644 --- a/components/RegisterUserForm.tsx +++ b/components/RegisterUserForm.tsx @@ -56,6 +56,7 @@ const RegisterUserForm: FC = () => { { { { { { { { />
- +