mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 10:43:35 +00:00
fixes for pathed URL
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</div>
|
||||
<div class="list-group list-group-flush">
|
||||
<a href="#" appStopClick *ngFor="let p of providers" (click)="choose(p)" class="list-group-item list-group-item-action">
|
||||
<img [src]="'../images/two-factor/' + p.type + '.png'" alt="" class="pull-right">
|
||||
<img [src]="'images/two-factor/' + p.type + '.png'" alt="" class="pull-right">
|
||||
<h3>{{p.name}}</h3>
|
||||
{{p.description}}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user