Fixed authg + added graphql client.
This commit is contained in:
@@ -14,9 +14,9 @@ namespace BodyshopUploader.ViewModels
|
||||
{
|
||||
_testCommand = new RelayCommand(
|
||||
p => true,
|
||||
p =>
|
||||
async p =>
|
||||
{
|
||||
logger.Info("test command clicked");
|
||||
await Utils.Auth.Refresh();
|
||||
});
|
||||
}
|
||||
return _testCommand;
|
||||
|
||||
Reference in New Issue
Block a user