diff --git a/src/Identity/Extensions.Core/src/UserOptions.cs b/src/Identity/Extensions.Core/src/UserOptions.cs index 6e0779ca00c6..0ae33de0aa77 100644 --- a/src/Identity/Extensions.Core/src/UserOptions.cs +++ b/src/Identity/Extensions.Core/src/UserOptions.cs @@ -20,7 +20,7 @@ public class UserOptions /// Gets or sets a flag indicating whether the application requires unique emails for its users. Defaults to false. /// /// - /// True if the application requires each user to have their own, unique email, otherwise false. + /// True if the application requires each user to have their own, unique, not null, not blank email, otherwise false. /// public bool RequireUniqueEmail { get; set; } }