Update BTCPayServer/Views/UIAccount/LoginWithFido2.cshtml

This commit is contained in:
d11n 2022-01-18 11:05:46 +01:00 committed by Andrew Camilleri
parent 801ab862a3
commit 72d728eb47

View File

@ -17,7 +17,7 @@
<span>If your security device has a button, tap on it.</span>
</div>
</div>
<button id="btn-start" class="btn btn-outline-primary d-none" type="button">Start</button>
<button id="btn-start" class="btn btn-primary d-none" type="button">Start</button>
<p id="error-message" class="d-none alert alert-danger"></p>
<button id="btn-retry" class="btn btn-secondary d-none" type="button">Retry</button>
</div>