mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
fix(console): add origin for getUrl
(#4210)
This commit is contained in:
parent
f8e11b1b34
commit
b97b89a34b
1 changed files with 1 additions and 3 deletions
|
@ -93,9 +93,7 @@ function useTenantPathname(): TenantPathname {
|
|||
);
|
||||
|
||||
const getUrl = useCallback(
|
||||
(pathname = '/') => {
|
||||
return appendPath(new URL(href), tenantSegment, pathname);
|
||||
},
|
||||
(pathname = '/') => appendPath(new URL(window.location.origin), href, tenantSegment, pathname),
|
||||
[href, tenantSegment]
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue