Skip to content

Commit 3cea7b9

Browse files
Core: remove [identifier type] from ToString as mentioning [dns] confuses users.
1 parent 0528e7e commit 3cea7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Certify.Models/Config/CertIdentifierItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class CertIdentifierItem
1616

1717
public override string ToString()
1818
{
19-
return $"{Value} [{IdentifierType}]";
19+
return $"{Value}";
2020
}
2121

2222
public CertIdentifierItem() { }

0 commit comments

Comments
 (0)