Fix signup password confirmation

This commit is contained in:
Matt-Yorkley
2017-07-18 13:41:52 +01:00
committed by Maikel Linke
parent bd3f626872
commit 483db2bc29

View File

@@ -1,6 +1,8 @@
Darkswarm.controller "SignupCtrl", ($scope, $http, $window, $location, Redirections, AuthenticationService) ->
$scope.path = "/signup"
$scope.spree_user.password_confirmation = ''
$scope.errors =
email: null
password: null