From 09612429ef79d04fb421c3ec829d121cbbbd0132 Mon Sep 17 00:00:00 2001 From: Morgan Ludtke <42942267+ludtkemorgan@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:50:31 -0600 Subject: [PATCH] fix: add submit to sms mfa flow (#3838) --- sites/partners/src/components/users/FormSignInAddPhone.tsx | 2 +- sites/partners/src/components/users/FormSignInMFAType.tsx | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sites/partners/src/components/users/FormSignInAddPhone.tsx b/sites/partners/src/components/users/FormSignInAddPhone.tsx index 81fba45ebc..1f2aa00b6d 100644 --- a/sites/partners/src/components/users/FormSignInAddPhone.tsx +++ b/sites/partners/src/components/users/FormSignInAddPhone.tsx @@ -70,7 +70,7 @@ const FormSignInAddPhone = ({ />
-
diff --git a/sites/partners/src/components/users/FormSignInMFAType.tsx b/sites/partners/src/components/users/FormSignInMFAType.tsx index 5218d843eb..78a99f0968 100644 --- a/sites/partners/src/components/users/FormSignInMFAType.tsx +++ b/sites/partners/src/components/users/FormSignInMFAType.tsx @@ -84,7 +84,12 @@ const FormSignInMFAType = ({ {process.env.showSmsMfa && (
-