chore: hack the planet
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
kolaente 2022-02-20 21:17:24 +01:00
parent 18f5f8da7d
commit 74766ce1d0
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -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.