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

View File

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