You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should probably be something like public string[] Subdomains { get; set; } = new string[] { "a", "b", "c" };
instead of public string[] Subdomains { get; set; } = new string[] { "abc" };
The text was updated successfully, but these errors were encountered:
should probably be something like
public string[] Subdomains { get; set; } = new string[] { "a", "b", "c" };
instead of
public string[] Subdomains { get; set; } = new string[] { "abc" };
The text was updated successfully, but these errors were encountered: