mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +00:00
Merge branch 'login_reset_password' of github.com:gradido/gradido into login_reset_password
This commit is contained in:
commit
d9720dcd05
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Poco::JSON::Object* JsonResetPassword::handle(Poco::Dynamic::Var params)
|
Poco::JSON::Object* JsonResetPassword::handle(Poco::Dynamic::Var params)
|
||||||
{
|
{
|
||||||
auto result_session_check = checkAndLoadSession(params, true);
|
auto result_session_check = checkAndLoadSession(params, false);
|
||||||
if (result_session_check) {
|
if (result_session_check) {
|
||||||
return result_session_check;
|
return result_session_check;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user