1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 03:33:30 +00:00

Merge pull request #1330 from bitwarden/port-in-url

Modified url to display port where applicable.
This commit is contained in:
Matt Smith
2020-07-14 12:49:29 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: 57ace40845...f820cb9186

View File

@@ -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">