Skip to content

Commit

Permalink
arraybuffer -> ArrayBuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Keroosha committed Jun 4, 2024
1 parent 126f0b4 commit ddde885
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 @@ -108,7 +108,7 @@ const Alerts = {
usernameInputEmpty: () => alert("Username input is empty"),
credentialsGetApiNull: () => alert("navigator.credentials.get returned null"),
credentialsCreateApiNull: () => alert("navigator.credentials.create returned null"),
getAuthenticatorDataInvalid: () => alert("Invalid data from getAuthenticatorData() method. Expected arraybuffer")
getAuthenticatorDataInvalid: () => alert("Invalid data from getAuthenticatorData() method. Expected ArrayBuffer")
};

// API
Expand Down

0 comments on commit ddde885

Please sign in to comment.