Fix auto-login (avoid multiple confirmation emails)

This commit is contained in:
2020-04-11 08:56:31 +02:00
parent 63d01a8543
commit 61e901b3b2
2 changed files with 10 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ class User extends PhpObject {
$this->updateCookie();
}
return Spot::getResult($bSuccess, $sDesc, $this->getUserInfo());
return Spot::getResult($bSuccess, $sDesc);
}
public function removeUser() {