here my dashboard arrangements of the pages
while login with the user as admin, i have to only two pages, like if i login with the guest as user,it will show guest pages. but default it is showing the map page why what is the reason how can i fix that.below i updated my flows for only switching the users between the pages
[
{
"id": "cde67a88e039f2ca",
"type": "ui-control",
"z": "44c6d68e5650c5c2",
"g": "138ad8a6a29acecd",
"name": "",
"ui": "64fc71361e24a0d0",
"events": "change",
"x": 600,
"y": 460,
"wires": [
[]
]
},
{
"id": "64fc71361e24a0d0",
"type": "ui-base",
"name": "",
"path": "/dashboard",
"appIcon": "",
"includeClientData": true,
"acceptsClientConfig": [
"ui-iframe",
"ui-control",
"ui-template",
"ui-gauge",
"ui-chart",
"ui-slider",
"ui-form",
"ui-text-input",
"ui-number-input",
"ui-file-input",
"ui-button",
"ui-button-group",
"ui-dropdown",
"ui-radio-group",
"ui-switch",
"ui-text",
"ui-chart",
"ui-form",
"ui-number-input",
"ui-switch",
"ui-table",
"ui-gauge",
"ui-markdown",
"ui-iframe",
"ui-tabulator",
"ui-radio-group",
"ui-dropdown",
"ui-button-group",
"ui-file-input"
],
"showPathInSidebar": false,
"showPageTitle": false,
"navigationStyle": "icon",
"titleBarStyle": "fixed"
}
]
can anyone suggest me to fix this issue