1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

setup web-login.service.ts

This commit is contained in:
rr-bw
2024-08-22 14:03:07 -07:00
parent 2b90cbb3e5
commit d4213fba2e
9 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
import { LoginService } from "./login.service";
export class DefaultLoginService implements LoginService {}