1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 14:04:03 +00:00

[PM-27086] Update comment for clarity

This commit is contained in:
rr-bw
2026-01-22 16:01:16 -08:00
parent 342da61aa9
commit 0446d55cb3

View File

@@ -12,7 +12,11 @@ export interface PasswordInputResult {
/**
* Temporary property that persists the flag state through the entire set/change password process.
* Consumers will use this value instead of re-checking the flag state via ConfigService themselves.
* This allows flows to consume this value instead of re-checking the flag state via ConfigService themselves.
*
* The ChangePasswordDelegation flows (Emergency Access Takeover and Account Recovery), however, only ever
* require a raw newPassword from the InputPasswordComponent regardless of whether the flag is on or off.
* Flagging for those 2 flows will be done via the ConfigService in their respective services.
*
* To be removed in PM-28143
*/