mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge pull request #274 from gradido/login_group_add_host
fix bug on Login group add host
This commit is contained in:
commit
c6653285c5
@ -118,7 +118,7 @@ Poco::JSON::Object* JsonUnsecureLogin::handle(Poco::Dynamic::Var params)
|
||||
default:
|
||||
result->set("state", "error");
|
||||
result->set("msg", "unknown user state");
|
||||
result->set("details", USER_NO_GROUP);
|
||||
result->set("details", user_state);
|
||||
}
|
||||
|
||||
sm->releaseSession(session);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user