diff --git a/themes/src/main/resources/theme/base/admin/resources/js/app.js b/themes/src/main/resources/theme/base/admin/resources/js/app.js index 04d54b34d6..e40fb2d506 100755 --- a/themes/src/main/resources/theme/base/admin/resources/js/app.js +++ b/themes/src/main/resources/theme/base/admin/resources/js/app.js @@ -2387,7 +2387,7 @@ module.directive('kcEnter', function() { // Don't allow URI reserved characters module.directive('kcNoReservedChars', function (Notifications, $translate) { return function($scope, element) { - element.bind("keydown keypress", function(event) { + element.bind("keypress", function(event) { var keyPressed = String.fromCharCode(event.which || event.keyCode || 0); // ] and ' can not be used inside a character set on POSIX and GNU diff --git a/themes/src/main/resources/theme/base/admin/resources/templates/kc-provider-config.html b/themes/src/main/resources/theme/base/admin/resources/templates/kc-provider-config.html index 63f488e94c..1ee9aae356 100755 --- a/themes/src/main/resources/theme/base/admin/resources/templates/kc-provider-config.html +++ b/themes/src/main/resources/theme/base/admin/resources/templates/kc-provider-config.html @@ -3,7 +3,7 @@
- +