mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
Modified url to display port where applicable.
This commit is contained in:
@@ -189,7 +189,7 @@
|
||||
<span class="row-label" *ngIf="!u.isWebsite">{{'uri' | i18n}}</span>
|
||||
<span class="row-label" *ngIf="u.isWebsite">{{'website' | i18n}}</span>
|
||||
<span title="{{u.uri}}">
|
||||
<input type="text" [value]="u.hostnameOrUri" readonly aria-readonly="true" />
|
||||
<input type="text" [value]="u.hostOrUri" readonly aria-readonly="true" />
|
||||
</span>
|
||||
</div>
|
||||
<div class="action-buttons">
|
||||
|
||||
Reference in New Issue
Block a user