diff --git a/lib/extensions/admin/login/js/app.js b/lib/extensions/admin/login/js/app.js
index c717a12..2b23cf9 100644
--- a/lib/extensions/admin/login/js/app.js
+++ b/lib/extensions/admin/login/js/app.js
@@ -19,7 +19,7 @@ function checkStatus() {
}
if ('complete' === data.status) {
setTimeout(function () {
- window.document.body.innerHTML += ('');
+ //window.document.body.innerHTML += ('');
// TODO once this is loaded (even error) Let's Encrypt is done,
// then it's time to redirect to the domain. Yay!
}, 1 * 1000);