Ignore sso segment in url
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
987a83b4cf
commit
74f5e30487
1 changed files with 2 additions and 1 deletions
|
@ -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}`;
|
||||
|
|
Reference in a new issue