mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-18 15:36:24 +00:00
allow type hyphen in orgID
This commit is contained in:
@@ -149,7 +149,6 @@ export default function StepperForm() {
|
||||
.replace(/\s+/g, "-")
|
||||
.replace(/[^a-z0-9_-]/g, "")
|
||||
.replace(/-+/g, "-")
|
||||
.replace(/^-+|-+$/g, "")
|
||||
.slice(0, 32);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user