Blazor-Wasm-CRUD icon indicating copy to clipboard operation
Blazor-Wasm-CRUD copied to clipboard

PostASJSONAsync - Cannot convert from UserInfo to UserToken

Open hamad2 opened this issue 2 years ago • 0 comments

With net 6 var result = await http.PostAsJsonAsync<UserToken>("api/accounts/create", userInfo); give this error : Cannot convert from UserInfo to UserToken Thank you

hamad2 avatar Oct 23 '22 15:10 hamad2