1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

remove hostname from simplelogin. update jslib (#1680)

This commit is contained in:
Kyle Spearrin
2022-05-13 15:36:48 -04:00
committed by GitHub
parent 34cb463e94
commit 9b63c81b56
2 changed files with 1 additions and 11 deletions

2
jslib

Submodule jslib updated: 1370006f6e...fd08f0d536

View File

@@ -295,16 +295,6 @@
(blur)="saveUsernameOptions()"
/>
</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 class="row" *ngIf="usernameOptions.forwardedService === 'anonaddy'">
<div class="form-group col-4">