diff --git a/static/js/services/api-service.js b/static/js/services/api-service.js index c39e3473f..34e026c48 100644 --- a/static/js/services/api-service.js +++ b/static/js/services/api-service.js @@ -163,7 +163,7 @@ angular.module('quay').factory('ApiService', ['Restangular', '$q', 'UtilService' var box = bootbox.dialog({ "message": 'It has been more than a few minutes since you last logged in, ' + 'so please verify your password to perform this sensitive operation:' + - '
' + + '' + '' + '
', "title": 'Please Verify', diff --git a/static/js/services/ui-service.js b/static/js/services/ui-service.js index 0c6513a5c..40c0d914a 100644 --- a/static/js/services/ui-service.js +++ b/static/js/services/ui-service.js @@ -199,7 +199,7 @@ angular.module('quay').factory('UIService', ['$timeout', '$rootScope', '$locatio var box = bootbox.dialog({ "message": message + - '
' + + '' + '' + '
', "title": 'Please Verify',