mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
Remove blank page route (#3933)
* remove blank page route * remove blank page route
This commit is contained in:
parent
e7cd5741d2
commit
5a588ff9b0
@ -24,7 +24,7 @@
|
||||
"implicitFlow": false,
|
||||
"codeFlow": true,
|
||||
"silentLogin": true,
|
||||
"publicUrls": ["**/preview/s/*", "**/settings", "**/blank"],
|
||||
"publicUrls": ["**/preview/s/*", "**/settings"],
|
||||
"redirectSilentIframeUri": "{protocol}//{hostname}{:port}/assets/silent-refresh.html",
|
||||
"redirectUri": "/",
|
||||
"redirectUriLogout": "/",
|
||||
|
@ -22,14 +22,9 @@
|
||||
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import { BlankPageComponent } from '@alfresco/adf-core';
|
||||
import { AppLoginComponent } from './components/login/app-login.component';
|
||||
|
||||
export const APP_ROUTES = [
|
||||
{
|
||||
path: 'blank',
|
||||
component: BlankPageComponent
|
||||
},
|
||||
{
|
||||
path: 'login',
|
||||
component: AppLoginComponent,
|
||||
|
Loading…
x
Reference in New Issue
Block a user