diff --git a/docs/articles/auth-ui.md b/docs/articles/auth-ui.md index 5abf52b9c4..8dc146bde8 100644 --- a/docs/articles/auth-ui.md +++ b/docs/articles/auth-ui.md @@ -288,7 +288,7 @@ export const routes: Routes = [ }, { path: 'login', - component: NgxRegisterComponent, + component: NgxLoginComponent, }, { path: 'register',