SelfServiceController: send only the first error

This commit is contained in:
Thomas Gelf 2018-10-30 16:35:40 +01:00
parent f0cb05a82d
commit e899a6723d
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ class SelfServiceController extends ActionController
} else { } else {
$this->sendJsonError($this->getResponse(), $error); $this->sendJsonError($this->getResponse(), $error);
} }
exit;
} }
/** /**