From 152b74d0ef9a2d63067f6d6c9893b4f1b134db12 Mon Sep 17 00:00:00 2001 From: James Pacheco Date: Tue, 26 Sep 2023 16:13:35 -0600 Subject: [PATCH] fix typo --- .../template/src/components/magic/auth/SMSOTP.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scaffolds/nextjs-dedicated-wallet/template/src/components/magic/auth/SMSOTP.tsx b/scaffolds/nextjs-dedicated-wallet/template/src/components/magic/auth/SMSOTP.tsx index 92c9fee..2b3e474 100644 --- a/scaffolds/nextjs-dedicated-wallet/template/src/components/magic/auth/SMSOTP.tsx +++ b/scaffolds/nextjs-dedicated-wallet/template/src/components/magic/auth/SMSOTP.tsx @@ -74,7 +74,7 @@ const SMSOTP = ({ token, setToken }: LoginProps) => { disabled={isLoginInProgress || (token.length > 0 ? false : phone.length == 0)} onClick={() => handleLogin()} > - {isLoginInProgress ? : 'Log in Sign up'} + {isLoginInProgress ? : 'Log in / Sign up'}