mirror of
https://github.com/bitwarden/web
synced 2026-01-01 16:13:15 +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