Added automatic login using auth tokens IO-403

This commit is contained in:
Patrick Fic
2021-01-18 11:25:24 -08:00
parent 15028cc769
commit fa70ed65cc
11 changed files with 140 additions and 18 deletions

View File

@@ -67,10 +67,5 @@ namespace BodyshopPartner.Views
{
Application.Current.Shutdown(0);
}
private void Button_Click(object sender, RoutedEventArgs e)
{
Utils.Auth.AuthTest();
}
}
}