KEYCLOAK-7974 Fix typo in remove credentials alert
This commit is contained in:
parent
f0808d6882
commit
e6ad0d63a1
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ module.controller('UserCredentialsCtrl', function($scope, realm, user, $route, R
|
|||
}
|
||||
|
||||
$scope.disableCredentialTypes = function() {
|
||||
Dialog.confirm('Disable credentials', 'Are you sure you want to disable these the users credentials?', function() {
|
||||
Dialog.confirm('Disable credentials', 'Are you sure you want to disable these users credentials?', function() {
|
||||
UserCredentials.disableCredentialTypes({ realm: realm.realm, userId: user.id }, $scope.disableableCredentialTypes, function() {
|
||||
$route.reload();
|
||||
Notifications.success("Credentials disabled");
|
||||
|
|
Loading…
Reference in a new issue