mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
install and use duo_web_sdk w/ npm
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as DuoWebSDK from 'jslib/misc/duo';
|
||||
import * as DuoWebSDK from 'duo_web_sdk';
|
||||
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
const isSafari = (typeof safari !== 'undefined') && navigator.userAgent.indexOf(' Safari/') !== -1 &&
|
||||
|
||||
Reference in New Issue
Block a user