fix(login): persona click signs in directly + friendly error copy (#3)
build-and-publish / test (push) Has been cancelled
build-and-publish / image (push) Has been cancelled

This commit was merged in pull request #3.
This commit is contained in:
2026-06-14 21:26:01 +00:00
parent d68cb5b34e
commit 300024964f
3 changed files with 27 additions and 8 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ describe("api client", () => {
]);
const r = await api.ping();
expect(r.ok).toBe(false);
expect(r.reason).toMatch(/401/);
expect(r.reason).toMatch(/rejected|401|sign-in/i);
});
it("workItems() returns the items array", async () => {