KEYCLOAK-4627 Action tokens theme typo
This commit is contained in:
parent
69ada965d8
commit
355af6d1cf
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ module.controller('UserCredentialsCtrl', function($scope, realm, user, $route, R
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Dialog.confirm('Send Email', 'Are you sure you want to send email to user?', function() {
|
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");
|
Notifications.success("Email sent to user");
|
||||||
$scope.emailActions = [];
|
$scope.emailActions = [];
|
||||||
}, function() {
|
}, function() {
|
||||||
|
|
Loading…
Reference in a new issue