mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-27 22:11:38 +01:00
remove circular dependency from @bitwarden/generator-core
(#12785)
This commit is contained in:
parent
14568f11dc
commit
f1c3c690a7
@ -4,12 +4,8 @@ import { PolicyType } from "@bitwarden/common/admin-console/enums";
|
||||
// FIXME: use index.ts imports once policy abstractions and models
|
||||
// implement ADR-0002
|
||||
import { Policy } from "@bitwarden/common/admin-console/models/domain/policy";
|
||||
import {
|
||||
CredentialAlgorithm,
|
||||
EmailAlgorithms,
|
||||
PasswordAlgorithms,
|
||||
UsernameAlgorithms,
|
||||
} from "@bitwarden/generator-core";
|
||||
|
||||
import { CredentialAlgorithm, EmailAlgorithms, PasswordAlgorithms, UsernameAlgorithms } from "..";
|
||||
|
||||
/** Reduces policies to a set of available algorithms
|
||||
* @param policies the policies to reduce
|
||||
|
Loading…
Reference in New Issue
Block a user