whitespacing

This commit is contained in:
2023-04-26 12:00:11 +10:00
parent 825730c3f9
commit b4eb772662

View File

@@ -26,6 +26,7 @@ const logout = async () => {
content: "You have been logged out.",
type: "success",
});
router.push({ name: "home" });
});
};