1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

remove hostname from simplelogin. update jslib (#2680)

* remove hostname from simplelogin. update jslib

* remove root jslib
This commit is contained in:
Kyle Spearrin
2022-05-13 12:24:50 -04:00
committed by GitHub
parent 2a11b2c534
commit 4f0e5a8592
4 changed files with 2 additions and 22 deletions

View File

@@ -386,16 +386,6 @@
(blur)="saveUsernameOptions()"
/>
</div>
<div class="box-content-row" appBoxRow>
<label for="simplelogin-hostname">{{ "hostname" | i18n }}</label>
<input
id="simplelogin-hostname"
type="text"
name="SimpleLoginHostname"
[(ngModel)]="usernameOptions.forwardedSimpleLoginHostname"
(blur)="saveUsernameOptions()"
/>
</div>
</ng-container>
<ng-container *ngIf="usernameOptions.forwardedService === 'anonaddy'">
<div class="box-content-row" appBoxRow>