diff --git a/src/dev-center/js/dev-center.js b/src/dev-center/js/dev-center.js index fb968c672..4babab01c 100644 --- a/src/dev-center/js/dev-center.js +++ b/src/dev-center/js/dev-center.js @@ -52,6 +52,7 @@ const deploying_spinner = ``; const drop_area_placeholder = `
Drop your app folder and files here to deploy.
HTML, JS, CSS, ...
`; const index_missing_error = `Please upload an 'index.html' file or if you're uploading a directory, make sure it contains an 'index.html' file at its root.`; +const lock_svg = ''; // authUsername (async () => { @@ -488,7 +489,7 @@ function generate_edit_app_section(app) {