SelfServiceController: send only the first error
This commit is contained in:
parent
f0cb05a82d
commit
e899a6723d
|
@ -177,6 +177,7 @@ class SelfServiceController extends ActionController
|
||||||
} else {
|
} else {
|
||||||
$this->sendJsonError($this->getResponse(), $error);
|
$this->sendJsonError($this->getResponse(), $error);
|
||||||
}
|
}
|
||||||
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue