Skip to content

Commit

Permalink
Remove blank page route (#3933)
Browse files Browse the repository at this point in the history
* remove blank page route

* remove blank page route
  • Loading branch information
DenysVuika authored and akashrathod28 committed Jul 24, 2024
1 parent 2c7a3eb commit be333dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion app/src/app.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "/",
Expand Down
5 changes: 0 additions & 5 deletions app/src/app/app.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit be333dc

Please sign in to comment.