1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

SG-680 - Domain verification progress - (1) CopyDnsTxt added to state service (2) Refactored dialog to use async actions (3) Dialog form changes now mark form controls as touched for more responsive error handling

This commit is contained in:
Jared Snider
2022-12-09 16:53:29 -05:00
parent 964fab1782
commit 976d7c29b0
8 changed files with 113 additions and 79 deletions

View File

@@ -609,7 +609,7 @@ import { AbstractThemingService } from "./theming/theming.service.abstraction";
{
provide: OrgDomainServiceAbstraction,
useClass: OrgDomainService,
deps: [],
deps: [PlatformUtilsServiceAbstraction, I18nServiceAbstraction],
},
{
provide: OrgDomainInternalServiceAbstraction,