mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-01 18:09:35 +00:00
Like the client email, the subId is embedded directly in subscription URLs, so the same characters break it. Validate it on the backend (Create + Update) and the frontend (Zod), with a localized message across all 13 locales. An empty subId stays allowed (it is then auto-generated).