rename to duo-connector
This commit is contained in:
parent
547c7b8b70
commit
9c7b47c277
|
@ -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'
|
||||
],
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #efeff4 url('images/loading.svg') 0 0 no-repeat;
|
||||
}
|
||||
|
||||
iframe {
|
||||
display: block;
|
||||
width: 100%;
|
Loading…
Reference in New Issue