1
0
mirror of https://github.com/bitwarden/web synced 2025-12-10 21:33:16 +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

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