rename to duo-connector

This commit is contained in:
Kyle Spearrin 2017-06-29 14:56:54 -04:00
parent 547c7b8b70
commit 9c7b47c277
2 changed files with 5 additions and 0 deletions

View File

@ -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'
],

View File

@ -10,6 +10,10 @@
padding: 0;
}
body {
background: #efeff4 url('images/loading.svg') 0 0 no-repeat;
}
iframe {
display: block;
width: 100%;