mirror of
https://github.com/bitwarden/web
synced 2025-12-21 18:53:38 +00:00
2fa cleanup
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
<button type="button" class="close" ng-click="close()" aria-label="Close"><span aria-hidden="true">×</span></button>
|
||||
<h4 class="modal-title"><i class="fa fa-key"></i> Two-step Providers</h4>
|
||||
</div>
|
||||
<div class="modal-body no-padding">
|
||||
<div class="modal-body">
|
||||
<div class="list-group" ng-repeat="provider in providers">
|
||||
<a href="#" stop-click class="list-group-item" ng-click="choose(provider)">
|
||||
<img alt="{{::provider.name}}" ng-src="{{'images/two-factor/' + provider.image}}" class="pull-right hidden-xs" />
|
||||
<h4 class="list-group-item-heading">{{::provider.name}}</h4>
|
||||
<p class="list-group-item-text">{{::provider.description}}</p>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user