added team subdomain to whereby validation (#5850)

pull/5828/head^2
Peer Richelsen 2022-12-03 20:32:40 +01:00 committed by GitHub
parent a36d15894d
commit 1a26a254ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export const metadata = {
type: "integrations:whereby_video", type: "integrations:whereby_video",
label: "Whereby Video", label: "Whereby Video",
organizerInputPlaceholder: "https://www.whereby.com/cal", organizerInputPlaceholder: "https://www.whereby.com/cal",
urlRegExp: "^http(s)?:\\/\\/(www\\.)?whereby.com\\/[a-zA-Z0-9]*", urlRegExp: "^http(s)?:\\/\\/(www\\.)?(team.)?whereby.com\\/[a-zA-Z0-9]*",
}, },
}, },
...config, ...config,