chore(frontend): fix formatting
This commit is contained in:
@@ -101,6 +101,6 @@ export function logout() {
|
||||
if (noAuth) {
|
||||
window.location.reload();
|
||||
} else {
|
||||
router.push({path: "/login"});
|
||||
router.push({ path: "/login" });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user