mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
install and use duo_web_sdk w/ npm
This commit is contained in:
parent
b565d40ec7
commit
3720b9481f
2
package-lock.json
generated
2
package-lock.json
generated
@ -2776,7 +2776,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"duo_web_sdk": {
|
"duo_web_sdk": {
|
||||||
"version": "git+https://github.com/duosecurity/duo_web_sdk.git#ee0a7add8e1bae31f12e0916717f4f983bac6a37",
|
"version": "git+https://github.com/duosecurity/duo_web_sdk.git#410a9186cc34663c4913b17d6528067cd3331f1d",
|
||||||
"from": "git+https://github.com/duosecurity/duo_web_sdk.git"
|
"from": "git+https://github.com/duosecurity/duo_web_sdk.git"
|
||||||
},
|
},
|
||||||
"duplexify": {
|
"duplexify": {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import * as DuoWebSDK from 'jslib/misc/duo';
|
import * as DuoWebSDK from 'duo_web_sdk';
|
||||||
|
|
||||||
// tslint:disable-next-line
|
// tslint:disable-next-line
|
||||||
require('./duo.scss');
|
require('./duo.scss');
|
||||||
|
Loading…
Reference in New Issue
Block a user