mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
fix name clashing with LoginComponent (#3792)
This commit is contained in:
@@ -14,7 +14,7 @@ The extension loader callbacks are invoked when hitting the `root logged-in rout
|
||||
export const APP_ROUTES: Routes = [
|
||||
{
|
||||
path: 'login',
|
||||
component: LoginComponent,
|
||||
component: AppLoginComponent,
|
||||
data: {
|
||||
title: 'APP.SIGN_IN'
|
||||
}
|
||||
|
Reference in New Issue
Block a user