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

update jslib and fix webPlatformUtils (#741)

This commit is contained in:
Chad Scharf
2020-12-16 16:40:10 -05:00
committed by GitHub
parent f090e8febf
commit c2e1d325f2
3 changed files with 14 additions and 1 deletions

View File

@@ -285,4 +285,12 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
supportsSecureStorage() {
return false;
}
getDefaultSystemTheme() {
return null as 'light' | 'dark';
}
onDefaultSystemThemeChange() {
/* noop */
}
}