From 6b0a6bf3b693f38a3206b53c2d23ea5d5b8f7862 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Sat, 7 Jan 2023 15:42:11 -0800 Subject: [PATCH] Fix showing password prompt for unauthed protected posts --- src/app/(auth)/components/index.tsx | 1 - src/app/(posts)/post/[id]/components/post-files/index.tsx | 5 +++-- .../[id]/components/post-files/password-modal-wrapper.tsx | 6 +++--- src/app/components/fade-in/index.tsx | 7 +++++-- src/app/components/post-list/list-item.tsx | 4 ++-- 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/src/app/(auth)/components/index.tsx b/src/app/(auth)/components/index.tsx index c8be114d..cb65cebd 100644 --- a/src/app/(auth)/components/index.tsx +++ b/src/app/(auth)/components/index.tsx @@ -133,7 +133,6 @@ const Auth = ({ {isGithubEnabled ? (