promote: dev → uat (GRO-1509 OIDC account_not_linked fix) #43

Merged
The Dogfather merged 7 commits from dev into uat 2026-05-21 22:53:50 +00:00
Showing only changes of commit 21981fbdc4 - Show all commits
@@ -2,6 +2,7 @@ import { describe, it, expect, vi, beforeEach } from "vitest";
import { Hono } from "hono";
import type { AppEnv, StaffRow } from "../middleware/rbac.js";
import { petsRouter } from "../routes/pets.js";
import { and, eq, exists, or } from "../db/index.js";
// ─── Mock staff fixtures ──────────────────────────────────────────────────────