mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 10:33:57 +00:00
setup web-login.service.ts
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
export * from "./login";
|
||||
export * from "./webauthn-login";
|
||||
export * from "./set-password-jit";
|
||||
export * from "./registration";
|
||||
|
||||
1
apps/web/src/app/auth/core/services/login/index.ts
Normal file
1
apps/web/src/app/auth/core/services/login/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./web-login.service";
|
||||
@@ -0,0 +1,3 @@
|
||||
import { DefaultLoginService, LoginService } from "@bitwarden/auth/angular";
|
||||
|
||||
export class WebLoginService extends DefaultLoginService implements LoginService {}
|
||||
Reference in New Issue
Block a user