feat: namespaced keychain (#428)

* feat: namespaced keychain

* fix: update device interface

* fix: update WebApplication

* chore(deps): update snjs

* fix: Bridge interface

* chore(deps): update snjs

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
This commit is contained in:
Johnny A
2020-09-03 05:19:21 -07:00
committed by GitHub
parent 57aa942c91
commit 568fb14f3a
5 changed files with 36 additions and 14 deletions

View File

@@ -59,9 +59,7 @@ export class WebApplication extends SNApplication {
defaultSyncServerHost: string,
bridge: Bridge,
) {
const namespace = '';
const deviceInterface = new WebDeviceInterface(
namespace,
$timeout,
bridge
);
@@ -71,7 +69,7 @@ export class WebApplication extends SNApplication {
deviceInterface,
new SNWebCrypto(),
new AlertService(),
namespace,
undefined,
undefined,
undefined,
defaultSyncServerHost