fix name clashing with LoginComponent (#3792)

This commit is contained in:
Denys Vuika
2024-04-15 14:04:11 -04:00
committed by GitHub
parent 6c5dab6216
commit 5a760c0d93
5 changed files with 7 additions and 10 deletions

View File

@@ -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'
}