mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
search service with lunr implementation
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { AuditService as AuditServiceAbstraction } from '../abstractions/audit.service';
|
||||
import { CryptoService } from '../abstractions/crypto.service';
|
||||
|
||||
const PwnedPasswordsApi = 'https://api.pwnedpasswords.com/range/';
|
||||
|
||||
export class AuditService {
|
||||
export class AuditService implements AuditServiceAbstraction {
|
||||
constructor(private cryptoService: CryptoService) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user