1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 04:03:29 +00:00

Run prettier

This commit is contained in:
Bernd Schoolmann
2025-11-03 13:04:52 +01:00
parent 54de5cd58e
commit 00b2cdfb62

View File

@@ -87,7 +87,7 @@ export abstract class LoginStrategy {
protected KdfConfigService: KdfConfigService,
protected environmentService: EnvironmentService,
protected configService: ConfigService,
) { }
) {}
abstract exportCache(): CacheData;