diff --git a/frontend/src/components/files/VideoPlayer.vue b/frontend/src/components/files/VideoPlayer.vue index cc9bca84..6cb3299d 100644 --- a/frontend/src/components/files/VideoPlayer.vue +++ b/frontend/src/components/files/VideoPlayer.vue @@ -1,8 +1,14 @@ - + Sorry, your browser doesn't support embedded videos, but don't worry, you can download it @@ -12,7 +18,7 @@ \ No newline at end of file + diff --git a/frontend/src/utils/auth.ts b/frontend/src/utils/auth.ts index e30f6556..b5f84638 100644 --- a/frontend/src/utils/auth.ts +++ b/frontend/src/utils/auth.ts @@ -101,6 +101,6 @@ export function logout() { if (noAuth) { window.location.reload(); } else { - router.push({path: "/login"}); + router.push({ path: "/login" }); } } diff --git a/frontend/src/views/Files.vue b/frontend/src/views/Files.vue index 4d5879cb..e05dbed9 100644 --- a/frontend/src/views/Files.vue +++ b/frontend/src/views/Files.vue @@ -151,7 +151,6 @@ const fetchData = async () => { fileStore.updateRequest(res); document.title = `${res.name} - ${t("files.files")} - ${name}`; - } catch (err) { if (err instanceof Error) { error.value = err;
Sorry, your browser doesn't support embedded videos, but don't worry, you can download it @@ -12,7 +18,7 @@