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

@ -75,7 +75,7 @@
private string _encryption = "false";
private string _trustservercertificate = "false";
protected override async Task OnInitializedAsync()
protected override void OnInitialized()
{
_togglePassword = SharedLocalizer["ShowPassword"];
}