Skip to content
Snippets Groups Projects
Commit 4fe21d99 authored by juanf's avatar juanf
Browse files

SSDM-1419: PAPER - UI to create Users - Polishments

SVN: 33267
parent 57b4f454
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ function CreateUserController() { ...@@ -54,7 +54,7 @@ function CreateUserController() {
} }
}); });
} else { } else {
Util.showError("Passwords are not equal."); Util.showError("Passwords are not equal.", function() {}, true);
} }
} }
......
...@@ -33,7 +33,7 @@ function ResetPasswordController(userId) { ...@@ -33,7 +33,7 @@ function ResetPasswordController(userId) {
} }
}); });
} else { } else {
Util.showError("Passwords are not equal."); Util.showError("Passwords are not equal.", function() {}, true);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment