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:
2
jslib
2
jslib
Submodule jslib updated: 1370006f6e...65584c6496
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user