From ddde8852993ab7841d3f62ded04f4cd621364d13 Mon Sep 17 00:00:00 2001 From: Kirill Poletaev Date: Tue, 4 Jun 2024 22:31:49 +0300 Subject: [PATCH] arraybuffer -> ArrayBuffer --- demo/WebAuthn.Net.Demo.Mvc/wwwroot/js/lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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