From b8d570c8db9715620864040ad941dbc19eeaa1a3 Mon Sep 17 00:00:00 2001 From: Ryan Jung Date: Mon, 3 May 2021 16:33:07 -0400 Subject: [PATCH 1/2] changed input type to email --- pages/[user]/book.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/[user]/book.tsx b/pages/[user]/book.tsx index 2ec3e924..462eae64 100644 --- a/pages/[user]/book.tsx +++ b/pages/[user]/book.tsx @@ -65,7 +65,7 @@ export default function Book(props) {
- +
From acf29cdaa5b83c78fd483534246aeec8a5813437 Mon Sep 17 00:00:00 2001 From: Ryan Jung Date: Mon, 3 May 2021 16:56:33 -0400 Subject: [PATCH 2/2] make name and email fields required --- pages/[user]/book.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/[user]/book.tsx b/pages/[user]/book.tsx index 462eae64..542208e2 100644 --- a/pages/[user]/book.tsx +++ b/pages/[user]/book.tsx @@ -59,13 +59,13 @@ export default function Book(props) {
- +
- +