mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
Add blank route to public routes (#1696)
This commit is contained in:
parent
fc5b77fbeb
commit
d6f6843e22
@ -12,7 +12,7 @@
|
||||
"secret": "",
|
||||
"implicitFlow": true,
|
||||
"silentLogin": true,
|
||||
"publicUrls": ["**/preview/s/*", "**/settings"],
|
||||
"publicUrls": ["**/preview/s/*", "**/settings", "**/blank"],
|
||||
"redirectSilentIframeUri": "./assets/silent-refresh.html",
|
||||
"redirectUri": "/",
|
||||
"redirectUriLogout": "/logout"
|
||||
@ -523,7 +523,7 @@
|
||||
"type": "FIELD",
|
||||
"field": "cm:modifier",
|
||||
"ascending": true
|
||||
},
|
||||
},
|
||||
{
|
||||
"key": "score",
|
||||
"label": "Relevance",
|
||||
|
Loading…
x
Reference in New Issue
Block a user