Remove admin name (already set in cloudron.conf now)

This commit is contained in:
Girish Ramakrishnan
2016-04-14 20:39:05 -07:00
parent 91a016ee91
commit c03e69232e

View File

@@ -139,7 +139,7 @@ function get(key) {
}
function adminEmail() {
return '"Cloudron" ' + get('adminEmail');
return get('adminEmail');
}
function apiServerOrigin() {