added team subdomain to whereby validation (#5850)

This commit is contained in:
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

View File

@ -16,7 +16,7 @@ export const metadata = {
type: "integrations:whereby_video",
label: "Whereby Video",
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,