Allow changing the allow ssh and update shcmea

This commit is contained in:
Owen
2026-08-17 14:06:26 -04:00
parent 87a3e5ceea
commit a74b0934fc
4 changed files with 5 additions and 10 deletions
-1
View File
@@ -33,7 +33,6 @@ import { calculateUserClientsForOrgs } from "@server/lib/calculateUserClientsFor
import { doCidrsOverlap } from "@server/lib/ip";
import { generateCA } from "@server/lib/sshCA";
import { encrypt } from "@server/lib/crypto";
import { generateId } from "@server/auth/sessions/app";
const validOrgIdRegex = /^[a-z0-9_]+(-[a-z0-9_]+)*$/;