fix(finances): disable authentik middleware to enable back correct links

This commit is contained in:
Xavier Morel
2026-03-26 22:07:37 +01:00
parent ff508fd669
commit aea12b3bda
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -36,6 +36,6 @@ in
password = db_pass.finances;
};
private = true;
auth = true;
auth = false;
};
}