mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
fix: remove TXT generation, separate save/verify steps, refs AC-2350 (#8540)
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
export class OrganizationDomainRequest {
|
||||
txt: string;
|
||||
domainName: string;
|
||||
|
||||
constructor(txt: string, domainName: string) {
|
||||
this.txt = txt;
|
||||
constructor(domainName: string) {
|
||||
this.domainName = domainName;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user