feat(web): auth provider section in settings page (GRO-391) #216

Merged
groombook-engineer[bot] merged 15 commits from feat/gro-392-oobe-auth-provider-bootstrap into main 2026-04-03 08:16:17 +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.",