@page "/" @using Volo.Abp.MultiTenancy @inherits BookStoreComponentBase @inject ICurrentTenant CurrentTenant @inject AuthenticationStateProvider AuthenticationStateProvider

@L["LongWelcomeMessage"]

@if (!CurrentUser.IsAuthenticated) { @L["Login"] }