We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 261a82b + c57a58a commit ee1cb71Copy full SHA for ee1cb71
1 file changed
cscglobal-caplugin/RequestManager.cs
@@ -80,7 +80,7 @@ public EnrollmentResult
80
cnames.Add(dcv.CName.Name, dcv.CName.Value);
81
}
82
83
- if (string.IsNullOrEmpty(dcv.Email))
+ if (!string.IsNullOrEmpty(dcv.Email) && !cnames.ContainsKey(dcv.Email))
84
{
85
cnames.Add(dcv.Email, dcv.Email);
86
0 commit comments