From 9c7b47c2775bcbc49be635b8a7b792193651002b Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 29 Jun 2017 14:56:54 -0400 Subject: [PATCH] rename to duo-connector --- gulpfile.js | 1 + src/{duo-mobile.html => duo-connector.html} | 4 ++++ 2 files changed, 5 insertions(+) rename src/{duo-mobile.html => duo-connector.html} (95%) diff --git a/gulpfile.js b/gulpfile.js index 21e9503d9ab..efc3cdb13e4 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 cedc0770bdf..2fef471a909 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%;