PM-8111 - TODO cleanup

This commit is contained in:
Jared Snider 2024-09-30 15:32:19 -04:00
parent d1a0c2f5f5
commit 04fa618ea8
No known key found for this signature in database
GPG Key ID: A149DDD612516286
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { DefaultLoginComponentService, LoginComponentService } from "@bitwarden/auth/angular";
import { flagEnabled } from "../../../platform/flags"; // TODO-rr-bw: do I need a client specific `flagEnabled()` fn?
import { flagEnabled } from "../../../platform/flags";
export class ExtensionLoginComponentService
extends DefaultLoginComponentService