Update create_acc.html

This commit is contained in:
jakani24
2024-04-04 21:12:48 +02:00
parent b8c806bcd6
commit ab1abcfef6

View File

@@ -51,7 +51,7 @@
if (authenticatorAttestationServerResponse.success) { if (authenticatorAttestationServerResponse.success) {
reloadServerPreview(); reloadServerPreview();
window.alert(authenticatorAttestationServerResponse.msg || 'registration success'); window.alert(authenticatorAttestationServerResponse.msg || 'registration success');
alert(1);
} else { } else {
throw new Error(authenticatorAttestationServerResponse.msg); throw new Error(authenticatorAttestationServerResponse.msg);
} }