1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

Auth/PM-15115 - New LoginComponent - Remove Captcha (#12077)

* PM-15115 - Captcha being deprecated so remove from new UI refreshed login component + start putting deprecated comments on some things.

* PM-15115 - Add Jira ticket to TODOs per best practice
This commit is contained in:
Jared Snider
2024-11-22 15:50:31 -05:00
committed by GitHub
parent 2ee14ba5ce
commit 493f81a017
4 changed files with 4 additions and 67 deletions

View File

@@ -2,6 +2,7 @@ import { I18nService } from "../platform/abstractions/i18n.service";
import { IFrameComponent } from "./iframe-component";
// TODO: PM-15162 - captcha is deprecated as part of UI refresh work
export class CaptchaIFrame extends IFrameComponent {
constructor(
win: Window,