From 37b9f32626d1ea32908dc7fee1823b678445a578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BF=E3=81=A6=E3=82=8B=E3=81=9E?= Date: Tue, 12 Aug 2025 02:56:26 +0900 Subject: [PATCH] =?UTF-8?q?=E7=B4=B0=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/threads/ThreadDetailPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/threads/ThreadDetailPage.tsx b/frontend/src/pages/threads/ThreadDetailPage.tsx index f2a60a0..1b60888 100644 --- a/frontend/src/pages/threads/ThreadDetailPage.tsx +++ b/frontend/src/pages/threads/ThreadDetailPage.tsx @@ -104,7 +104,7 @@ export default () => { nameRaw && setName (nameRaw) const passRaw = localStorage.getItem ('password') - passRaw && setName (passRaw) + passRaw && setPassword (passRaw) const fetchThread = async () => { try