TourIAm/TIAMSharedUI/Pages/Components/AuthComponent.razor

11 lines
212 B
Plaintext

@using TIAMSharedUI.Shared.Components
<div style="position:fixed; background-color:black; color: white; bottom: 0px; width: 100%;">
<p>AuthComponent: </p><p>Logged in: @IsLoggedIn</p>
</div>
@code {
}