diff --git a/app/src/app.config.json b/app/src/app.config.json index 4654d5278..008b25287 100644 --- a/app/src/app.config.json +++ b/app/src/app.config.json @@ -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": "/", diff --git a/app/src/app/app.routes.ts b/app/src/app/app.routes.ts index 8bb87e38a..65bdfe16c 100644 --- a/app/src/app/app.routes.ts +++ b/app/src/app/app.routes.ts @@ -22,14 +22,9 @@ * from Hyland Software. If not, see . */ -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,