From 412849b312f0e873a1a8b92c3ed839e5e36d1918 Mon Sep 17 00:00:00 2001 From: padreug Date: Wed, 30 Jul 2025 00:15:14 +0200 Subject: [PATCH] refactor: Remove unused router import in UserProfile.vue - Eliminate the `useRouter` import from UserProfile.vue as it is no longer needed for the logout functionality. --- src/components/auth/UserProfile.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/auth/UserProfile.vue b/src/components/auth/UserProfile.vue index 9ecdf9e..7982f5a 100644 --- a/src/components/auth/UserProfile.vue +++ b/src/components/auth/UserProfile.vue @@ -1,6 +1,5 @@