Remove erroneous return (fixes #213)

This commit is contained in:
Matt Nadareski
2020-07-30 14:32:39 -07:00
parent af8b376f5a
commit 9be705ae30

View File

@@ -316,7 +316,6 @@ namespace DICUI.Web
if (!string.IsNullOrWhiteSpace(username) && !string.IsNullOrWhiteSpace(password))
{
Console.WriteLine("Credentials entered, will attempt Redump login...");
return false;
}
else if (!string.IsNullOrWhiteSpace(username) && string.IsNullOrWhiteSpace(password))
{