Init create/admin call links flow
This commit is contained in:
parent
53b8f5f152
commit
f19f0fb47d
31 changed files with 1256 additions and 149 deletions
|
@ -37,3 +37,7 @@ export function urlPathFromComponents(
|
|||
): string {
|
||||
return `/${components.filter(Boolean).map(encodeURIComponent).join('/')}`;
|
||||
}
|
||||
|
||||
export function formatUrlWithoutProtocol(url: Readonly<URL>): string {
|
||||
return `${url.hostname}${url.pathname}${url.search}${url.hash}`;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue