Skip to content

Commit

Permalink
Step 18.50: Add Password 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 20e0da3 commit 9a3e66e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion imports/ui/components/auth/auth.js
Expand Up @@ -8,6 +8,7 @@ import template from './auth.html';
import { name as DisplayNameFilter } from '../../filters/displayNameFilter';
import { name as Login } from '../login/login';
import { name as Register } from '../register/register';
import { name as Password } from '../password/password';

const name = 'auth';

Expand Down Expand Up @@ -37,7 +38,8 @@ export default angular.module(name, [
angularMeteor,
DisplayNameFilter,
Login,
Register
Register,
Password
]).component(name, {
template,
controllerAs: name,
Expand Down

0 comments on commit 9a3e66e

Please sign in to comment.