The user has been created and should receive an invite email soon.
diff --git a/rd_ui/app/scripts/directives/directives.js b/rd_ui/app/scripts/directives/directives.js
index c64680c3..4b54131c 100644
--- a/rd_ui/app/scripts/directives/directives.js
+++ b/rd_ui/app/scripts/directives/directives.js
@@ -257,17 +257,6 @@
};
});
- directives.directive('inputErrors', function () {
- return {
- restrict: "E",
- templateUrl: "/views/directives/input_errors.html",
- replace: true,
- scope: {
- errors: "="
- }
- };
- });
-
directives.directive('onDestroy', function () {
/* This directive can be used to invoke a callback when an element is destroyed,
A useful example is the following:
diff --git a/rd_ui/app/views/directives/input_errors.html b/rd_ui/app/views/directives/input_errors.html
deleted file mode 100644
index 2bb72ac6..00000000
--- a/rd_ui/app/views/directives/input_errors.html
+++ /dev/null
@@ -1,5 +0,0 @@
-
- This field is required.
- This field is too short.
- This needs to be a valid email.
-