1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

Bump dependencies (#1792)

* Bump dependencies
This commit is contained in:
Oscar Hinton
2021-04-23 10:45:20 +02:00
committed by GitHub
parent 2844a95183
commit d252fd1740
15 changed files with 4258 additions and 7952 deletions

View File

@@ -118,6 +118,6 @@ export class TwoFactorComponent extends BaseTwoFactorComponent {
}
async isLinux() {
return (await BrowserApi.getPlatformInfo()).os === "linux";
return (await BrowserApi.getPlatformInfo()).os === 'linux';
}
}