Update login.php

This commit is contained in:
jakani24
2024-04-26 14:55:54 +02:00
parent b5575bb0d9
commit da5eca18ce

View File

@@ -332,7 +332,7 @@ try {
$row = $registration->fetch_assoc(); $row = $registration->fetch_assoc();
if (!$registration) { if ($registration->num_rows > 0) {
throw new Exception('Public Key for user ID not found!'); throw new Exception('Public Key for user ID not found!');
} }