1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-23 11:56:00 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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