This commit is contained in:
Ralf Becker 2019-12-05 08:54:19 +02:00
parent 673327da1e
commit 2df0095579

View File

@ -806,7 +806,7 @@ class Session
}
else
{
throw new \Exception(implode(', $errors'), self::CD_SECOND_FACTOR_REQUIRED);
throw new \Exception(implode(', ', $errors), self::CD_SECOND_FACTOR_REQUIRED);
}
}
}