styling - list at the end

This commit is contained in:
Dusan Jakub
2023-10-16 12:00:21 +02:00
parent e3a186e095
commit 4168ae8514

View File

@@ -283,7 +283,7 @@
</ul>
<p class="button-label">We are now ready to submit data to the server.</p>
<p class="button-label">The server will validate the request:</p>
<ul>
<ul class="browser-default">
<li>Correct format</li>
<li>Correct type, challenge and origin</li>
<li>Decode authData in attestationObject, validate flags per expectations</li>
@@ -375,7 +375,7 @@
</ul>
<p class="button-label">We are now ready to submit data to the server.</p>
<p class="button-label">The server will validate the request:</p>
<ul>
<ul class="browser-default">
<li>Correct format</li>
<li>Correct type, challenge and origin</li>
<li>Validate the signature with the public key stored on the server</li>