fixed warnings

This commit is contained in:
2024-08-30 19:12:38 +03:00
parent 802e42563e
commit 743531e6d4
3 changed files with 1 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
@code
{
private AuthData loginData = new();
private string loginResult = String.Empty;
private string loginResult = string.Empty;
[Inject]
private Client Client { get; set; } = null!;