chore fix
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
@layout EmptyLayout
|
||||
@inject ILogger<Login> Logger
|
||||
@inject IJSRuntime JS
|
||||
@inject IStringLocalizer<Login> Localizer
|
||||
|
||||
<PageTitle>登录</PageTitle>
|
||||
|
||||
@@ -12,6 +13,10 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
<LanguageSelector></LanguageSelector>
|
||||
<p>
|
||||
@LanguageProvider.CurrentLanguage 网站名称 @Localizer["site.name"]
|
||||
</p>
|
||||
<Flex Style="height:100vh" Justify="FlexJustify.Center" Align="FlexAlign.Center" Direction="FlexDirection.Vertical">
|
||||
<GridRow Justify="RowJustify.Center" Class="">
|
||||
<GridCol>
|
||||
|
||||
Reference in New Issue
Block a user