Update login.php

This commit is contained in:
jakani24
2024-04-26 14:58:19 +02:00
parent acdf40a9b1
commit 41b84b1a6b

View File

@@ -333,7 +333,7 @@ try {
if ($registration->num_rows <= 0) {
throw new Exception('Public Key for user ID not found!');
throw new Exception('User does not exist');
}
$_SESSION["registrations"]["credentialId"]=$row["credential_id"];