From c2954d8e88c3f3af7a272c4dc525f83ae600e3f6 Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Mon, 26 Oct 2020 17:11:51 -0500 Subject: [PATCH] Use password and email types for inputs --- components/auth/LoginView.tsx | 4 ++-- components/auth/SignUpView.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/auth/LoginView.tsx b/components/auth/LoginView.tsx index b9cb4cb63..f41a128f5 100644 --- a/components/auth/LoginView.tsx +++ b/components/auth/LoginView.tsx @@ -70,8 +70,8 @@ const LoginView: FC = () => { )} - - + +