Update menu URL
This commit is contained in:
parent
82f0e84428
commit
b64f53ea0e
@ -76,13 +76,13 @@ menu = {
|
|||||||
{
|
{
|
||||||
"name":"Login",
|
"name":"Login",
|
||||||
"target":"_self",
|
"target":"_self",
|
||||||
"href":"/portal/login",
|
"href":"/login",
|
||||||
"roles":[0]
|
"roles":[0]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name":"Logout",
|
"name":"Logout",
|
||||||
"target":"_self",
|
"target":"_self",
|
||||||
"href":"/portal/logout",
|
"href":"/logout",
|
||||||
"roles":[1,2,3]
|
"roles":[1,2,3]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user