chore(frontend): fix formatting

This commit is contained in:
Oleg Lobanov
2024-06-08 22:20:58 +02:00
parent d6cdf0e435
commit eb3978ea55
4 changed files with 59 additions and 59 deletions

View File

@@ -101,6 +101,6 @@ export function logout() {
if (noAuth) {
window.location.reload();
} else {
router.push({path: "/login"});
router.push({ path: "/login" });
}
}