mirror of
https://github.com/bitwarden/web
synced 2026-01-05 10:03:29 +00:00
u2f cleanup
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-hover table-vmiddle">
|
||||
<tbody>
|
||||
<tr ng-repeat="provider in providers">
|
||||
<tr ng-repeat="provider in providers | orderBy: 'displayOrder'">
|
||||
<td style="width: 120px; height: 75px;" align="center">
|
||||
<img alt="{{::provider.name}}" ng-src="{{'images/two-factor/' + provider.image}}" />
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user