Remove reason to protect privacy.

This commit is contained in:
Patrick Fic
2024-11-22 10:34:51 -08:00
parent cb88711111
commit 57f7a5e47a

View File

@@ -106,7 +106,7 @@ namespace BodyshopPartner.Utils
logger.Error("Too many attempts logging in.");
return (false, Properties.Resources.Error_Login_Attempts);
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);
}
}