mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
@@ -1,15 +1,13 @@
|
||||
import {
|
||||
CipherString,
|
||||
PasswordHistory,
|
||||
} from '../models/domain';
|
||||
import { CipherString } from '../models/domain/cipherString';
|
||||
import { PasswordHistory } from '../models/domain/passwordHistory';
|
||||
|
||||
import { UtilsService } from './utils.service';
|
||||
|
||||
import { CryptoService } from '../abstractions/crypto.service';
|
||||
import {
|
||||
CryptoService,
|
||||
PasswordGenerationService as PasswordGenerationServiceAbstraction,
|
||||
StorageService,
|
||||
} from '../abstractions';
|
||||
} from '../abstractions/passwordGeneration.service';
|
||||
import { StorageService } from '../abstractions/storage.service';
|
||||
|
||||
const DefaultOptions = {
|
||||
length: 14,
|
||||
|
||||
Reference in New Issue
Block a user