Barry Pederson
Results
2
comments of
Barry Pederson
I just ran into this too. Seems like it's coming from https://github.com/bitwarden/clients/blob/a141890b0989736cfa8ee5aab5ce1804f9c138bd/libs/common/src/vault/services/fido2/fido2-client.service.ts#L95-L98 There's a simple `window.isSecureContext` it could check, but maybe it doesn't have access to the `window` At the...
I believe there's a thing where you have to take the default export from the 'jquery-form' module, and call it as a function to initialize the library. Like: ``` import...