Skip to content

Commit 98d074a

Browse files
authored
Update UserMenuContent.vue
1 parent 9b11cc8 commit 98d074a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/js/components/UserMenuContent.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ interface Props {
99
user: User;
1010
}
1111
12-
// Define the logout handler function
1312
const handleLogout = () => {
1413
router.flushAll();
1514
};

0 commit comments

Comments
 (0)