From 74766ce1d0707609d0835ea0457f528a6d0e6e93 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 20 Feb 2022 21:17:24 +0100 Subject: [PATCH] chore: hack the planet --- src/views/tasks/ShowTasks.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/tasks/ShowTasks.vue b/src/views/tasks/ShowTasks.vue index b0d196c4c..3e89a8e1c 100644 --- a/src/views/tasks/ShowTasks.vue +++ b/src/views/tasks/ShowTasks.vue @@ -172,6 +172,7 @@ function setShowNulls(show: boolean) { } async function loadPendingTasks(from: string, to: string) { + // FIXME: HACK! This should never happen. // Since this route is authentication only, users would get an error message if they access the page unauthenticated. // Since this component is mounted as the home page before unauthenticated users get redirected // to the login page, they will almost always see the error message.