mirror of
https://github.com/bitwarden/browser
synced 2026-02-14 23:45:37 +00:00
- Renames the `LoginApprovalComponent` to `LoginApprovalDialogComponent` - Renames the property `notificationId` to `authRequestId` for clarity - Updates text content on the component
4 lines
189 B
TypeScript
4 lines
189 B
TypeScript
export * from "./login-approval-dialog.component";
|
|
export * from "./login-approval-dialog-component.service.abstraction";
|
|
export * from "./default-login-approval-dialog-component.service";
|