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:
Shaun Walker
2021-10-17 13:27:12 -04:00
parent 3e9a4f2c1a
commit cf69f9e4c4
2 changed files with 2 additions and 2 deletions

View File

@ -23,5 +23,5 @@
@code
{
[Parameter]
public bool ShowLogin { get; set; }
public bool ShowLogin { get; set; } = true;
}