fix exception for unlock on false place, maybe from merging stage1 with stage2

This commit is contained in:
einhorn_b 2021-04-23 14:09:43 +02:00
parent c704ca1a95
commit e3e968b24f

View File

@ -738,7 +738,6 @@ UserState Session::loadUser(const std::string& email, const std::string& passwor
}
detectSessionState();
unlock();
if (0 == mNewUser->getModel()->getGroupId()) {
return USER_NO_GROUP;
}