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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user