fix(api): needsSetup guard ordering in setup auth endpoints (GRO-392 UAT fix) #215

Merged
groombook-engineer[bot] merged 13 commits from feat/gro-392-oobe-auth-provider-bootstrap into main 2026-04-03 07:17:13 +00:00
Showing only changes of commit 802d12e885 - Show all commits
+1 -1
View File
@@ -216,7 +216,7 @@ setupRouter.post("/auth-provider/test", zValidator("json", authProviderBootstrap
});
}
return c.json({ ok: true });
} catch (e) {
} catch {
return c.json({
ok: false,
error: "Could not reach the OIDC provider. Check your Issuer URL and network connectivity.",