From 93cffcb826b5ba751b6fe71736843cccfad367fa Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Thu, 23 Apr 2020 23:26:51 +0200 Subject: [PATCH] enables log in with email or google --- client/src/components/MainNavbar/index.jsx | 2 +- client/src/pages/SignIn/index.jsx | 114 +++++++++++++++++++-- client/src/pages/SignUp/index.jsx | 18 +--- 3 files changed, 110 insertions(+), 24 deletions(-) diff --git a/client/src/components/MainNavbar/index.jsx b/client/src/components/MainNavbar/index.jsx index 80fb46e..c061129 100644 --- a/client/src/components/MainNavbar/index.jsx +++ b/client/src/components/MainNavbar/index.jsx @@ -27,7 +27,7 @@ export default function MainNavbar() {