Skip to content

Commit

Permalink
Step 18.44: Add Login to Auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and DAB0mB committed Dec 14, 2016
1 parent b045484 commit 6e076f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion imports/ui/components/auth/auth.js
Expand Up @@ -6,6 +6,7 @@ import { Accounts } from 'meteor/accounts-base';

import template from './auth.html';
import { name as DisplayNameFilter } from '../../filters/displayNameFilter';
import { name as Login } from '../login/login';

const name = 'auth';

Expand Down Expand Up @@ -33,7 +34,8 @@ class Auth {
// create a module
export default angular.module(name, [
angularMeteor,
DisplayNameFilter
DisplayNameFilter,
Login
]).component(name, {
template,
controllerAs: name,
Expand Down

0 comments on commit 6e076f7

Please sign in to comment.