Skip to content

Commit

Permalink
Removed signup page and view
Browse files Browse the repository at this point in the history
  • Loading branch information
afuhrtrumpet committed Dec 4, 2014
1 parent f3ac214 commit dd59f2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 59 deletions.
6 changes: 1 addition & 5 deletions public/modules/users/config/users.client.routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ angular.module('users').config(['$stateProvider',
url: '/settings/accounts',
templateUrl: 'modules/users/views/settings/social-accounts.client.view.html'
}).
state('signup', {
url: '/signup',
templateUrl: 'modules/users/views/authentication/signup.client.view.html'
}).
state('signin', {
url: '/signin',
templateUrl: 'modules/users/views/authentication/signin.client.view.html'
Expand All @@ -42,4 +38,4 @@ angular.module('users').config(['$stateProvider',
templateUrl: 'modules/users/views/password/reset-password.client.view.html'
});
}
]);
]);
54 changes: 0 additions & 54 deletions public/modules/users/views/authentication/signup.client.view.html

This file was deleted.

0 comments on commit dd59f2d

Please sign in to comment.