We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3402296 commit 4bc3607Copy full SHA for 4bc3607
src/getCurrentConnectionInfo.ts
@@ -27,7 +27,7 @@ export const getCurrentConnectionInfo = (
27
window: Window
28
): ConnectionInfo | null => {
29
const publicOrgMatch = window.location.pathname.match(
30
- /^\/o\/([a-z]+)\/([0-9]+|demo)(?:\/(.*))?$/
+ /^\/o\/([a-z0-9-]+)\/([0-9]+|demo)(?:\/(.*))?$/
31
);
32
const personalOrgMatch = window.location.pathname.match(
33
/^\/u\/([0-9]+|demo)(?:\/(.*))?$/
0 commit comments