KEYCLOAK-4627 Action tokens theme typo

This commit is contained in:
Hynek Mlnarik 2017-05-18 14:27:53 +02:00
parent 69ada965d8
commit 355af6d1cf

View file

@ -557,7 +557,7 @@ module.controller('UserCredentialsCtrl', function($scope, realm, user, $route, R
return;
}
Dialog.confirm('Send Email', 'Are you sure you want to send email to user?', function() {
UserExecuteActionsEmail.update({ realm: realm.realm, userId: user.id, lifespan: $scope.emailActionsLifespan.toSeconds() }, $scope.emailActions, function() {
UserExecuteActionsEmail.update({ realm: realm.realm, userId: user.id, lifespan: $scope.emailActionsTimeout.toSeconds() }, $scope.emailActions, function() {
Notifications.success("Email sent to user");
$scope.emailActions = [];
}, function() {