feat(tui): reject expired token

This commit is contained in:
Max Koon
2025-11-18 13:21:56 -05:00
parent 92c3dc4a85
commit 801bb1c194
3 changed files with 17 additions and 10 deletions

View File

@@ -7,4 +7,5 @@ const AUTH_PATH = join(PATH, "auth.json");
export const config = {
dir: PATH,
authPath: AUTH_PATH,
zeroUrl: "http://laptop:4848",
};