fixed login view, removed fb

This commit is contained in:
Dominic Villemure
2024-06-22 12:13:50 -04:00
parent 60c23fb237
commit 87612d63ea

View File

@@ -1,15 +1,14 @@
<template> <template>
<v-app style="background-color: #f4f4f4;"> <v-app style="background-color: #f4f4f4;">
<!-- Google Oauth -->
<div class="sm:flex hidden items-center justify-between flex-col" <div class="sm:flex hidden items-center justify-between flex-col"
style="background-color: #f4f4f4; margin-top: 3%;"> style="background-color: #f4f4f4; margin-top: 3%;">
<body style="background-color: #f4f4f4;"> <div style="background-color: #f4f4f4;">
<v-container style=" background-color: #f4f4f4;"> <v-container style=" background-color: #f4f4f4;">
<v-row align="center" justify="center"> <v-row align="center" justify="center">
<!-- Header --> <!-- Header -->
<v-col cols="8" lg="8" md="10" sm="10" xs="10" style=" align-items: center; "> <v-col cols="8" lg="8" md="10" sm="10" xs="10" style=" align-items: center; ">
<img class="login-picture" src="/images/hutopymedia/loginpage/loginhutopy.png"> <img class="login-picture" src="/images/hutopymedia/loginpage/loginhutopy.png" alt="">
</v-col> </v-col>
<!-- Connexion-objects --> <!-- Connexion-objects -->
@@ -41,9 +40,9 @@
<v-btn color="primary" class="ma-2 btnhome">Google Login</v-btn> <v-btn color="primary" class="ma-2 btnhome">Google Login</v-btn>
</GoogleLogin> </GoogleLogin>
<FacebookAuth :appId="facebookAppId" @on-submit="facebookCallback"> <!-- <FacebookAuth :appId="facebookAppId" @on-submit="facebookCallback">-->
<v-btn color="primary" class="ma-2 btnhome">Facebook Login</v-btn> <!-- <v-btn color="primary" class="ma-2 btnhome">Facebook Login</v-btn>-->
</FacebookAuth> <!-- </FacebookAuth>-->
</v-card-actions> </v-card-actions>
<div class="text-center"> <div class="text-center">
@@ -57,7 +56,7 @@
</v-row> </v-row>
</v-container> </v-container>
</body> </div>
<FooterLayout></FooterLayout> <FooterLayout></FooterLayout>
</div> </div>