Hide Google login buttons for initial MVP deployment
This commit is contained in:
@ -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">
|
||||
|
||||
@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user