1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

handle browser/desktop syncService

This commit is contained in:
rr-bw
2024-09-09 13:05:46 -07:00
parent 3636c72741
commit 3c68fb0876
2 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
import { DefaultLoginService, LoginService } from "@bitwarden/auth/angular";
export class ExtensionLoginService extends DefaultLoginService implements LoginService {}