Add RFC citation
This commit is contained in:
parent
7c361c07f9
commit
693a11c58e
2 changed files with 6 additions and 2 deletions
|
@ -46,10 +46,10 @@ angular.module('quay').directive('signupForm', function () {
|
|||
UserService.load();
|
||||
}, function(result) {
|
||||
$scope.registering = false;
|
||||
UIService.showFormError('#signupButton', result, null, ApiService);
|
||||
UIService.showFormError('#signupButton', result);
|
||||
});
|
||||
};
|
||||
}
|
||||
};
|
||||
return directiveDefinitionObject;
|
||||
});
|
||||
});
|
||||
|
|
Reference in a new issue