diff --git a/src/Application/Daniel.php b/src/Application/Daniel.php index 4319221..7f3c2fb 100644 --- a/src/Application/Daniel.php +++ b/src/Application/Daniel.php @@ -24,20 +24,6 @@ class Daniel // Render index view return $this->renderer->render($response, 'Daniel.phtml', $args); }); - - try { - $resp = $this->auth->login($post['rekeningnr'], $post['pascode']); - - if ($resp) { - echo "HIER EEN REDIRECT GRAAG"; - } else { - echo "ERR PASS!"; - } - } catch (\Exception $e) { - echo "ERR REK!"; - } - - die(); - }; + die(); } }