From 6d02a81a704c5b3dab61105150488703ae6997b8 Mon Sep 17 00:00:00 2001 From: spencerwooo Date: Mon, 20 Dec 2021 22:33:49 +0800 Subject: [PATCH] fix password onclick not stored --- components/Auth.tsx | 1 + components/previews/VideoPreview.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/Auth.tsx b/components/Auth.tsx index 7fab3c6..1f7d80c 100644 --- a/components/Auth.tsx +++ b/components/Auth.tsx @@ -46,6 +46,7 @@ const Auth: FunctionComponent<{ redirect: string }> = ({ redirect }) => {