move icon loading reflection logic to server

This commit is contained in:
sbwalker
2023-08-23 15:25:39 -04:00
parent 34ae731959
commit 82d128974c
8 changed files with 57 additions and 40 deletions

View File

@ -59,7 +59,7 @@
private string _passwordType = "password";
private string _togglePassword = string.Empty;
protected override async Task OnInitializedAsync()
protected override void OnInitialized()
{
_togglePassword = SharedLocalizer["ShowPassword"];
}