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:
@@ -281,4 +281,8 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
|
||||
authenticateBiometric() {
|
||||
return Promise.resolve(false);
|
||||
}
|
||||
|
||||
supportsSecureStorage() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user