Update login.php

This commit is contained in:
jakani24
2024-04-26 14:57:11 +02:00
parent da5eca18ce
commit acdf40a9b1

View File

@@ -332,7 +332,7 @@ try {
$row = $registration->fetch_assoc(); $row = $registration->fetch_assoc();
if ($registration->num_rows > 0) { 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!');
} }