fix: 버튼 클릭 이벤트 순서 수정

This commit is contained in:
2026-01-05 16:09:19 +00:00
parent 3b7f4b1434
commit 10e9c80eb4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -225,8 +225,8 @@ const handleLogout = async () => {
비밀번호 & 전콘 & 탈퇴
</button>
<button
@click="handleLogout"
class="bg-zinc-800 hover:bg-zinc-700 text-white px-6 py-2 rounded border border-zinc-700 transition-colors"
@click="handleLogout"
>
</button>