1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

move duo connector to ts

This commit is contained in:
Kyle Spearrin
2018-06-08 10:15:45 -04:00
parent 6436bb65e2
commit 3db86e2a6b
6 changed files with 53 additions and 475 deletions

View File

@@ -141,7 +141,7 @@ const config = {
'app/polyfills': './src/app/polyfills.ts',
'app/main': './src/app/main.ts',
'connectors/u2f': './src/connectors/u2f.js',
'connectors/duo': './src/connectors/duo.js',
'connectors/duo': './src/connectors/duo.ts',
},
resolve: {
extensions: ['.ts', '.js'],