diff --git a/gulpfile.js b/gulpfile.js index 21e9503d9a..efc3cdb13e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -325,6 +325,7 @@ gulp.task('dist:move', function () { paths.webroot + '**/images/**/*', paths.webroot + 'index.html', paths.webroot + 'u2f-connector.html', + paths.webroot + 'duo-connector.html', paths.webroot + 'favicon.ico', paths.webroot + 'app-id.json' ], diff --git a/src/duo-mobile.html b/src/duo-connector.html similarity index 95% rename from src/duo-mobile.html rename to src/duo-connector.html index cedc0770bd..2fef471a90 100644 --- a/src/duo-mobile.html +++ b/src/duo-connector.html @@ -10,6 +10,10 @@ padding: 0; } + body { + background: #efeff4 url('images/loading.svg') 0 0 no-repeat; + } + iframe { display: block; width: 100%;