Bugfix/#10 no reprompt on wrong login data #25

Merged
Serraniel merged 2 commits from bugfix/#10-no-reprompt-on-wrong-login-data into support/1.2 2019-01-30 20:55:34 +01:00
Showing only changes of commit 560c3711fa - Show all commits

View file

@ -192,7 +192,7 @@ namespace DML.Application.Classes
}
}
catch (HttpException e)
catch (HttpException)
{
Logger.Warn("HTTPException occured during login. Probably from login token.");
}