dotnet-architecture / eshop-mobile-client

eShop mobile & desktop client built with .NET MAUI

Home Page:https://dotnet.microsoft.com/learn/maui/architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login Not Working

coolbix opened this issue · comments

In SignInAsync() @ LoginViewModel.cs, didn't we miss a call something like AuthorizeAsync()?
SignInAsync() creates a "request", but does not send the request anywhere.