Add link rule on baseMount for type "transit".
This commit is contained in:
parent
e0a3106d2e
commit
14d41d06a6
|
@ -64,8 +64,10 @@ export function setTitleElement(pageState) {
|
||||||
|
|
||||||
if (pageState.currentMountType.startsWith("kv") || pageState.currentMountType == "cubbyhole") {
|
if (pageState.currentMountType.startsWith("kv") || pageState.currentMountType == "cubbyhole") {
|
||||||
changePage(pages.KEY_VALUE_VIEW);
|
changePage(pages.KEY_VALUE_VIEW);
|
||||||
} else {
|
} else if (pageState.currentMountType == "totp"){
|
||||||
changePage(pages.TOTP);
|
changePage(pages.TOTP);
|
||||||
|
} else if (pageState.currentMountType == "transit") {
|
||||||
|
changePage(pages.TRANSIT_VIEW);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in a new issue