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