Change LoginView picture to svg and hide facebook
This commit is contained in:
@@ -23,16 +23,17 @@ async function googleCallback(token) {
|
||||
|
||||
<template>
|
||||
|
||||
<div class="flex min-h-full justify-center items-center p-10 w-full">
|
||||
<div class="flex min-h-full justify-center items-center p-20 w-full">
|
||||
|
||||
<div class="card justify-items-center">
|
||||
|
||||
<img alt="hutopy login"
|
||||
src="/images/hutopy-logo.png"/>
|
||||
src="/images/hutopymedia/loginpage/hutopylogin.svg"/>
|
||||
|
||||
|
||||
<div class="flex flex-col gap-10">
|
||||
|
||||
<h1 class="text-2xl font-bold login-text text-center mt-10 ">
|
||||
<h1 class="text-2xl font-bold login-text text-center ">
|
||||
Connexion
|
||||
</h1>
|
||||
|
||||
@@ -44,11 +45,11 @@ async function googleCallback(token) {
|
||||
Google
|
||||
</button>
|
||||
</google-login>
|
||||
<button class="secondary"
|
||||
@click="loginWithFacebook">
|
||||
<facebook class="social-icon"></facebook>
|
||||
Facebook
|
||||
</button>
|
||||
<!-- <button class="secondary"-->
|
||||
<!-- @click="loginWithFacebook">-->
|
||||
<!-- <facebook class="social-icon"></facebook>-->
|
||||
<!-- Facebook-->
|
||||
<!-- </button>-->
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user