Skip to content

Commit

Permalink
Apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbukin committed Mar 23, 2024
1 parent 24508ad commit a9d024c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/WebAuthn.Net.Demo.Mvc/wwwroot/js/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const API = {
if (newCredential.response.getAuthenticatorData) {
const authData = newCredential.response.getAuthenticatorData();
const isValid = authData instanceof ArrayBuffer;
if (!isValid){
if (!isValid) {
Alerts.getAuthenticatorDataInvalid();
return;
}
Expand Down

0 comments on commit a9d024c

Please sign in to comment.