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:
@@ -285,4 +285,12 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
|
||||
supportsSecureStorage() {
|
||||
return false;
|
||||
}
|
||||
|
||||
getDefaultSystemTheme() {
|
||||
return null as 'light' | 'dark';
|
||||
}
|
||||
|
||||
onDefaultSystemThemeChange() {
|
||||
/* noop */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user