From 4035766a7061d36088e4d60382a5f70ee99d75e8 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Thu, 23 Oct 2014 09:45:02 +0200 Subject: [PATCH] fix #1454 --- app/coffee/modules/auth.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/modules/auth.coffee b/app/coffee/modules/auth.coffee index 939d290e..294a9e83 100644 --- a/app/coffee/modules/auth.coffee +++ b/app/coffee/modules/auth.coffee @@ -225,7 +225,7 @@ RegisterDirective = ($auth, $confirm, $location, $navUrls, $config, $analytics) $location.replace() $scope.data = {} - form = $el.find("form").checksley() + form = $el.find("form").checksley({onlyOneErrorElement: true}) onSuccessSubmit = (response) -> $analytics.trackEvent("auth", "register", "user registration", 1)