From 04c4fc0a58fb7f62e1284252c502737f323956a1 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tim.dijen@minbzk.nl>
Date: Fri, 7 Feb 2020 16:20:39 +0100
Subject: [PATCH] Remove unnecessary exit

---
 modules/core/www/loginuserpass.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/core/www/loginuserpass.php b/modules/core/www/loginuserpass.php
index 5db61c91f..5655b67ce 100644
--- a/modules/core/www/loginuserpass.php
+++ b/modules/core/www/loginuserpass.php
@@ -134,4 +134,3 @@ if (isset($state['SPMetadata'])) {
 }
 
 $t->show();
-exit();
-- 
GitLab