Add proper help text to aliases field in default resource file for Site Settings. Set default value for new ShowLogin parameter in Login theme component.
This commit is contained in:
@ -23,5 +23,5 @@
|
||||
@code
|
||||
{
|
||||
[Parameter]
|
||||
public bool ShowLogin { get; set; }
|
||||
public bool ShowLogin { get; set; } = true;
|
||||
}
|
Reference in New Issue
Block a user