From 483db2bc29c29ddd43b9b88d18d86e79c515a7a6 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley Date: Tue, 18 Jul 2017 13:41:52 +0100 Subject: [PATCH] Fix signup password confirmation --- .../controllers/authentication/signup_controller.js.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/javascripts/darkswarm/controllers/authentication/signup_controller.js.coffee b/app/assets/javascripts/darkswarm/controllers/authentication/signup_controller.js.coffee index 722414f9d4..7ba6477d5e 100644 --- a/app/assets/javascripts/darkswarm/controllers/authentication/signup_controller.js.coffee +++ b/app/assets/javascripts/darkswarm/controllers/authentication/signup_controller.js.coffee @@ -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