added recovery code option to methods

This commit is contained in:
Kyle Spearrin 2017-06-27 08:30:58 -04:00
parent 29cbe48eb5
commit 075ba931ea
1 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,15 @@
<p class="list-group-item-text">{{::provider.description}}</p>
</a>
</div>
<div class="list-group" style="margin-bottom: 0;">
<a href="https://help.bitwarden.com/article/lost-two-step-device/" target="_blank" class="list-group-item">
<h4 class="list-group-item-heading">Recovery Code</h4>
<p class="list-group-item-text">
Lost access to all of your two-factor providers? Use your recovery code to disable
all two-factor providers from your account.
</p>
</a>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default btn-flat" ng-click="close()">Close</button>