fa:fas fa-user-circle Login v1 fa:fas fa-sign-in-alt Log Out
@code{ [Inject] IAppService appService { get; set;} async void LogOut(){ await appService.LogOut(); } }