1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Linter build fix (#228)

Added comments to empty function block for CLI (doesn't have a "system theme" like other clients) to make linter happy.
This commit is contained in:
Chad Scharf
2020-12-15 19:16:22 -05:00
committed by GitHub
parent 75ca9f9c13
commit ceb78d054c

View File

@@ -151,6 +151,7 @@ export class CliPlatformUtilsService implements PlatformUtilsService {
}
onDefaultSystemThemeChange() {
/* noop */
}
supportsSecureStorage(): boolean {