This commit is contained in:
Tim Cappalli 2022-09-16 20:45:08 +00:00
Родитель c0c887e5e4
Коммит 10e5bdbdcf
Не найден ключ, соответствующий данной подписи
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1,3 +1,6 @@
## Live instance
A live instance of this code is available at [aka.ms/webauthntest](https://aka.ms/webauthntest). This instance is for testing the WebAuthn API only. Do not submit personal data.
## Deploying a local instance
1. Download and install [the latest NodeJS](https://nodejs.org/en/)
2. Download and install [VS Code](https://code.visualstudio.com/)

Просмотреть файл

@ -17,9 +17,6 @@
</head>
<body id="signInPrompt">
<div id="loginHeader">
<h2>WebAuthn Test</h2>
</div>
<div class="mdl-card mdl-shadow--2dp">
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">Sign In</h2>
@ -31,7 +28,7 @@
<label class="mdl-textfield__label" for="uid">username</label>
</div>
</form>
<p>This site is for dev testing only.<br><span style="color: red; font-weight: bold;">Do not submit any
<p>This site is for testing the WebAuthn API.<br><span style="color: red; font-weight: bold;">Do not submit any
personal data.</span></p>
</div>
<div class="mdl-card__actions mdl-card--border">