diff --git a/src/dev-center/js/dev-center.js b/src/dev-center/js/dev-center.js index 31c9670f..d00341d0 100644 --- a/src/dev-center/js/dev-center.js +++ b/src/dev-center/js/dev-center.js @@ -54,6 +54,7 @@ const loading_spinner = `
`; 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 = ''; +const copy_svg = ``; // authUsername (async () => { @@ -536,7 +537,9 @@ function generate_edit_app_section(app) { - +credentialless
attribute for the iframe
tag.