diff --git a/assets/webauthn-demo.mp4 b/assets/webauthn-demo.mp4 deleted file mode 100644 index 40671b2a..00000000 Binary files a/assets/webauthn-demo.mp4 and /dev/null differ diff --git a/components/InlineVideo.vue b/components/InlineVideo.vue deleted file mode 100644 index 582c35b8..00000000 --- a/components/InlineVideo.vue +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/content/tutorials/signing-transactions-with-webauthn/10.index.md b/content/tutorials/signing-transactions-with-webauthn/10.index.md index c9b897a5..dffd4d5b 100644 --- a/content/tutorials/signing-transactions-with-webauthn/10.index.md +++ b/content/tutorials/signing-transactions-with-webauthn/10.index.md @@ -27,9 +27,7 @@ To break this down, the app will allow users to: - Use WebAuthn to mint an NFT. - Have gasless transactions. -:inline-video - -You can find the completed code inside the [Community Code repo](https://github.com/zkSync-Community-Hub/community-code/code/webauthn). +You can find the completed code inside the [Community Code repo](https://github.com/zkSync-Community-Hub/community-code/tree/main/code/webauthn). ::callout{icon="i-heroicons-heart"} Special thanks to the [Clave](https://github.com/getclave) team for helping with this example. @@ -40,8 +38,6 @@ Special thanks to the [Clave](https://github.com/getclave) team for helping with WebAuthn, short for Web Authentication API, is an API built-in to your browser that allows your app to register and authenticate users. It allows users to authenticate using [passkeys](https://passkeys.dev/docs/intro/what-are-passkeys/), including using biometric data (such as Apple's TouchID) or portable hardware devices (such as a Yubikey). -You can see it working in the demo video above when the user -transfers funds and mints an NFT. ### Ceremonies