removed enduser hacking test

Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/9b0331e3
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/9b0331e3
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/9b0331e3

Branch: refs/heads/SYNCOPE-808
Commit: 9b0331e35eb8838208235f00df4a2e627a5ce668
Parents: 72d9c1f
Author: Andrea Patricelli <[email protected]>
Authored: Thu Apr 13 17:30:36 2017 +0200
Committer: Andrea Patricelli <[email protected]>
Committed: Thu Apr 13 17:30:36 2017 +0200

----------------------------------------------------------------------
 .../META-INF/resources/app/js/controllers/UserController.js         | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/9b0331e3/client/enduser/src/main/resources/META-INF/resources/app/js/controllers/UserController.js
----------------------------------------------------------------------
diff --git 
a/client/enduser/src/main/resources/META-INF/resources/app/js/controllers/UserController.js
 
b/client/enduser/src/main/resources/META-INF/resources/app/js/controllers/UserController.js
index e741524..e2c0540 100644
--- 
a/client/enduser/src/main/resources/META-INF/resources/app/js/controllers/UserController.js
+++ 
b/client/enduser/src/main/resources/META-INF/resources/app/js/controllers/UserController.js
@@ -399,7 +399,6 @@ angular.module("self").controller("UserController", 
['$scope', '$rootScope', '$l
 
     $scope.saveUser = function (user) {
       var wrappedUser = UserUtil.getWrappedUser(user);
-      wrappedUser.plainAttrs.push({"schema":"cazzzz","values":["cazzzz"]});
       if ($scope.createMode) {
         UserSelfService.create(wrappedUser, 
$scope.captchaInput.value).then(function (response) {
           console.debug("User " + $scope.user.username + " 
SUCCESSFULLY_CREATED");

Reply via email to