fixed warnings
This commit is contained in:
		| @@ -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!; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user