N°5395 - Errors from OAuth servers for email are not well handled

This commit is contained in:
Eric Espie
2022-08-10 14:57:26 +02:00
parent 5829e698da
commit 8fa616f440
4 changed files with 59 additions and 17 deletions

View File

@@ -8,6 +8,6 @@ class OAuthLandingController extends Controller
{
public function OperationLanding()
{
$this->DisplayPage([]);
$this->DisplayAjaxPage([]);
}
}