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