Fix dbg login parameter issue

feature/pre-code-move
kaetemi 5 years ago committed by Jan Boon
parent 45a43384da
commit e2610a025c

@ -867,7 +867,7 @@ void initAutoLogin()
void initAltLogin()
{
// Check the alt param
if (!LoginCustomParameters.empty())
if (!LoginCustomParameters.empty() && LoginCustomParameters != "&dbg=1")
{
// don't use login and password for alternate login
string res = checkLogin("", "", ClientApp, LoginCustomParameters);

Loading…
Cancel
Save