1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

remove hostname from simplelogin. update jslib (#1679)

This commit is contained in:
Kyle Spearrin
2022-05-13 15:36:37 -04:00
committed by GitHub
parent ffb63a1cc7
commit 85aa4274f3
2 changed files with 1 additions and 11 deletions

2
jslib

Submodule jslib updated: 1370006f6e...65584c6496

View File

@@ -295,16 +295,6 @@
(blur)="saveUsernameOptions()" (blur)="saveUsernameOptions()"
/> />
</div> </div>
<div class="form-group col-4">
<label for="simplelogin-hostname">{{ "hostname" | i18n }}</label>
<input
id="simplelogin-hostname"
class="form-control"
type="text"
[(ngModel)]="usernameOptions.forwardedSimpleLoginHostname"
(blur)="saveUsernameOptions()"
/>
</div>
</div> </div>
<div class="row" *ngIf="usernameOptions.forwardedService === 'anonaddy'"> <div class="row" *ngIf="usernameOptions.forwardedService === 'anonaddy'">
<div class="form-group col-4"> <div class="form-group col-4">