diff --git a/demo/WebAuthn.Net.Demo.Mvc/wwwroot/js/lib.js b/demo/WebAuthn.Net.Demo.Mvc/wwwroot/js/lib.js index 95d6b3e..201dcc5 100644 --- a/demo/WebAuthn.Net.Demo.Mvc/wwwroot/js/lib.js +++ b/demo/WebAuthn.Net.Demo.Mvc/wwwroot/js/lib.js @@ -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