mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
change orgId input to masterPasswordPolicyOptions (#9833)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { PBKDF2KdfConfig } from "@bitwarden/common/auth/models/domain/kdf-config";
|
||||
import { MasterKey } from "@bitwarden/common/types/key";
|
||||
|
||||
export interface PasswordInputResult {
|
||||
masterKey: MasterKey;
|
||||
masterKeyHash: string;
|
||||
kdfConfig: PBKDF2KdfConfig;
|
||||
hint: string;
|
||||
}
|
||||
Reference in New Issue
Block a user