Added automatic login using auth tokens IO-403
This commit is contained in:
@@ -184,7 +184,7 @@ namespace BodyshopPartner.Utils
|
||||
|
||||
catch (Exception Ex)
|
||||
{
|
||||
logger.Error("Job insert failed. Show notification");
|
||||
logger.Error("Job insert failed. Show notification " + Ex.ToString());
|
||||
//Succesful upsert
|
||||
App.Current.Dispatcher.Invoke(() =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user