mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-18 09:02:14 +11:00
🐎 name is temporarily stored in body
This commit is contained in:
parent
a4505b1408
commit
893ca3884d
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ void UserFilter::doFilter(const HttpRequestPtr &req,
|
||||||
std::getline(ss, password);
|
std::getline(ss, password);
|
||||||
if (bank.VerifyPassword(username, password))
|
if (bank.VerifyPassword(username, password))
|
||||||
{
|
{
|
||||||
req->setParameter("name", username);
|
req->setBody(username);
|
||||||
fccb();
|
fccb();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue