From 9e4872792453649b24e634be389468aef9397307 Mon Sep 17 00:00:00 2001 From: Danny Prikazsky Date: Tue, 25 Feb 2025 09:24:08 -0800 Subject: [PATCH] Change form component to MUI Box with component='form' --- client/src/pages/SecretPassword.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/SecretPassword.jsx b/client/src/pages/SecretPassword.jsx index fe6c6d158..d21fb8c75 100644 --- a/client/src/pages/SecretPassword.jsx +++ b/client/src/pages/SecretPassword.jsx @@ -64,7 +64,7 @@ export default function SecretPassword() { {!state.success && ( -
+ @@ -104,7 +104,7 @@ export default function SecretPassword() { > Submit - + )}