mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Ignore sso segment in url
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
987a83b4cf
commit
74f5e30487
@ -185,7 +185,8 @@ export function stringifyPath(path) {
|
||||
}
|
||||
break;
|
||||
case "right-panel":
|
||||
// Ignore right-panel in url
|
||||
case "sso":
|
||||
// Do not put these segments in URL
|
||||
continue;
|
||||
default:
|
||||
urlPath += `/${segment.type}`;
|
||||
|
Loading…
Reference in New Issue
Block a user