Hide Google login buttons for initial MVP deployment

This commit is contained in:
2026-02-24 20:53:07 -05:00
parent ac4c9e8389
commit 973483fa35
2 changed files with 4 additions and 2 deletions

View File

@ -90,7 +90,7 @@ const handleGoogleLogin = async () => {
<template>
<div class="login-form">
<!-- Google -->
<!-- Google
<button
type="button"
class="google-btn"
@ -106,6 +106,7 @@ const handleGoogleLogin = async () => {
<span class="divider-text">o con correo</span>
<span class="divider-line"></span>
</div>
-->
<!-- Formulario -->
<form @submit.prevent="handleLogin">

View File

@ -129,7 +129,7 @@ const handleGoogleRegister = async () => {
<!-- Formulario -->
<template v-else>
<!-- Google -->
<!-- Google
<button
type="button"
class="google-btn"
@ -145,6 +145,7 @@ const handleGoogleRegister = async () => {
<span class="divider-text">o con correo</span>
<span class="divider-line"></span>
</div>
-->
<form @submit.prevent="handleRegister">