remove hostname from simplelogin. update jslib (#1679)
This commit is contained in:
parent
ffb63a1cc7
commit
85aa4274f3
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit 1370006f6ea310cf85a12bcbd8213f74f9552c4d
|
||||
Subproject commit 65584c64966a6624dd84df6a4d0e1a7155656c97
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue