Remove reason to protect privacy.
This commit is contained in:
@@ -106,7 +106,7 @@ namespace BodyshopPartner.Utils
|
|||||||
logger.Error("Too many attempts logging in.");
|
logger.Error("Too many attempts logging in.");
|
||||||
return (false, Properties.Resources.Error_Login_Attempts);
|
return (false, Properties.Resources.Error_Login_Attempts);
|
||||||
default:
|
default:
|
||||||
logger.Error(Ex, "Unknown error occured while logging in. {0}", Ex.Reason);
|
logger.Error(Ex, "Unknown error occured while logging in.");
|
||||||
return (false, Properties.Resources.Error_Login_Unknown);
|
return (false, Properties.Resources.Error_Login_Unknown);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user