From 5f8b69ef3140004588249e23928017ffc42472fa Mon Sep 17 00:00:00 2001 From: Merlina Date: Mon, 14 Oct 2024 15:34:45 -0300 Subject: [PATCH] =?UTF-8?q?style:=20centra=20bot=C3=B3n=20de=20login=20con?= =?UTF-8?q?=20google?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GoogleSignIn/GoogleSignIn.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GoogleSignIn/GoogleSignIn.tsx b/src/components/GoogleSignIn/GoogleSignIn.tsx index 1644691..6c4cc93 100644 --- a/src/components/GoogleSignIn/GoogleSignIn.tsx +++ b/src/components/GoogleSignIn/GoogleSignIn.tsx @@ -11,7 +11,7 @@ const GoogleSignIn: React.FC = ({ onFailure, }) => { return ( -
+
{ onSuccess(credentialResponse);