From 83c1254a3e09642076d89f31ff499c25dfb4c8d5 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Fri, 3 Jul 2026 10:24:51 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20login=20button=20stuck=20on=20=EC=A4=80?= =?UTF-8?q?=EB=B9=84=20=EC=A4=91=20-=20Blazor=20hydration=20reverted=20JS?= =?UTF-8?q?=20enable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AdminLoginForm's submit button had disabled hardcoded as static markup, not bound to component state. The early inline