1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-31 08:43:54 +00:00

[PM-27086] re-add properties missed in rebase

This commit is contained in:
rr-bw
2026-01-04 21:48:55 -08:00
parent 881a5156bc
commit acc6117990

View File

@@ -54,6 +54,8 @@ export interface SetInitialPasswordCredentialsOld {
orgSsoIdentifier: string;
orgId: string;
resetPasswordAutoEnroll: boolean;
newPassword: string;
salt: MasterPasswordSalt;
}
export interface SetInitialPasswordCredentials {