commit f210e77414c4660dc444e9a579e368383866289f parent 20eaacf746acb58958c0fd28582171d66ec37e03 Author: Harsheet <hsohaney@mozilla.com> Date: Tue, 14 Oct 2025 17:10:23 +0000 Bug 1994233 - Remove reuse password tooltip. r=fchasen Differential Revision: https://phabricator.services.mozilla.com/D268578 Diffstat:
| M | browser/components/backup/content/password-rules-tooltip.mjs | | | 13 | ------------- |
1 file changed, 0 insertions(+), 13 deletions(-)
diff --git a/browser/components/backup/content/password-rules-tooltip.mjs b/browser/components/backup/content/password-rules-tooltip.mjs @@ -51,19 +51,6 @@ export default class PasswordRulesTooltip extends MozLitElement { class="rule-description" ></span> </li> - <li> - <img - class="icon" - src="chrome://browser/skin/preferences/category-privacy-security.svg" - /> - <span data-l10n-id="password-rules-disclaimer" - ><a - data-l10n-name="password-support-link" - target="_blank" - href=${`${this.supportBaseLink}password-strength`} - ></a - ></span> - </li> </ul> </div> `;