Skip to content

Commit 46924ae

Browse files
Fix oauth webpack issue for account module
1 parent faa41ee commit 46924ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: templates/app/client/app/account(auth)/account.module.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ import { SettingsComponent } from './settings/settings.component';
2222
states: STATES,
2323
}),<% } %>
2424
<%_ if (filters.ngroute) { -%><% } %>
25-
DirectivesModule,
25+
<%_ if(filters.oauth) { -%>
26+
DirectivesModule,<% } %>
2627
],
2728
declarations: [
2829
LoginComponent,

0 commit comments

Comments
 (0)