Add confirmation button to recovery codes view (#984)

fix #806
This commit is contained in:
Umar Bolatov
2019-08-29 01:16:02 -07:00
committed by Nicolas Dorier
parent 9154e4264d
commit 27f20386df

View File

@@ -20,3 +20,8 @@
}
</div>
</div>
<div class="row mt-4">
<div class="col-md-12">
<a asp-action="Index" class="btn btn-primary">I wrote down my recovery codes</a>
</div>
</div>