mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-25 12:15:18 +01:00
remove hostname from simplelogin. update jslib (#2680)
* remove hostname from simplelogin. update jslib * remove root jslib
This commit is contained in:
parent
2a11b2c534
commit
4f0e5a8592
@ -1 +1 @@
|
||||
Subproject commit 1370006f6ea310cf85a12bcbd8213f74f9552c4d
|
||||
Subproject commit 65584c64966a6624dd84df6a4d0e1a7155656c97
|
@ -350,16 +350,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>
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 1370006f6ea310cf85a12bcbd8213f74f9552c4d
|
||||
Subproject commit 65584c64966a6624dd84df6a4d0e1a7155656c97
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user