1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

[Bug] Update 2fa navigate action to pass along Org Identifier (#714)

* Add identifer in 2fa navigate action

* Update jslib (6563dcc -> d9d13bb)

* fixed breaking changes from jslib update
This commit is contained in:
Vincent Salucci
2020-11-23 09:12:12 -06:00
committed by GitHub
parent 82b36c1b70
commit 03f575f66f
4 changed files with 11 additions and 3 deletions

View File

@@ -281,4 +281,8 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
authenticateBiometric() {
return Promise.resolve(false);
}
supportsSecureStorage() {
return true;
}
}