diff --git a/src/LoginCard.tsx b/src/LoginCard.tsx index d7d65a3..23fde74 100644 --- a/src/LoginCard.tsx +++ b/src/LoginCard.tsx @@ -1,79 +1,65 @@ -function LoginCard() { - - const handleGoogleLogin = () => { - // Replace with your actual backend OAuth endpoint - window.location.href = 'http://localhost:8080/oauth2/authorization/google'; - }; - - return ( -
- Sign in using your Google account -
-- By continuing, you agree to our Terms of Service and Privacy Policy -
-+ By continuing, you agree to our{' '} + + Terms of Service + {' '} + and{' '} + + Privacy Policy + +
+