diff --git a/templates/app/client/app/account(auth)/account.module.js b/templates/app/client/app/account(auth)/account.module.js index f7847a8a7..11765a09f 100644 --- a/templates/app/client/app/account(auth)/account.module.js +++ b/templates/app/client/app/account(auth)/account.module.js @@ -22,7 +22,8 @@ import { SettingsComponent } from './settings/settings.component'; states: STATES, }),<% } %> <%_ if (filters.ngroute) { -%><% } %> - DirectivesModule, + <%_ if(filters.oauth) { -%> + DirectivesModule,<% } %> ], declarations: [ LoginComponent,