Validation fixes, finished application creation, added required char (*) for required fields
This commit is contained in:
		| @@ -27,7 +27,7 @@ | ||||
|             Client.AuthToken = token; | ||||
|             AuthData = authData; | ||||
|  | ||||
|             Status?.SetSucces("Logged in successfully."); | ||||
|             Status?.SetSuccess("Logged in successfully."); | ||||
|         } | ||||
|         catch (ApiException<ProblemDetails> e) | ||||
|         { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user