ln.vue/webauthn.html

9 lines
252 B
HTML

<div>
<h1>webauthn - demo</h1>
<div>Use the buttons to start demo action...</div>
<button
@click="LNVue.createCredentials('ABCDEFGHIJKLMNOPQRSTUVWXYZ','LNVue Demo Application','1234567890',true);"
>Register</button>
</div>