From 12bd0954a6a9f398c4b2ac1cae7a071c29608087 Mon Sep 17 00:00:00 2001 From: dnlbui Date: Wed, 11 Sep 2024 17:12:30 -0500 Subject: [PATCH] chore: Update login form submit button text to "Confirming..." --- components/molecules/LoginForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/molecules/LoginForm.tsx b/components/molecules/LoginForm.tsx index 6b79ea0..17e7628 100644 --- a/components/molecules/LoginForm.tsx +++ b/components/molecules/LoginForm.tsx @@ -84,7 +84,7 @@ export const LoginForm: React.FC = () => {
- Logging in... + Confirming... ) : ( "Connect Securely"