버그 수정

This commit is contained in:
2025-04-24 13:48:53 +09:00
parent 7fa99e6988
commit f01bcbdf39
9 changed files with 18 additions and 21 deletions
+1
View File
@@ -91,6 +91,7 @@ const userAvatar = computed(() => user.value?.avatar || '');
// 로그아웃
const logout = () => {
user.value = null;
localStorage.removeItem('token');
localStorage.removeItem('clubId');
localStorage.removeItem('userRole');