mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
disable autocomplete on duo and yubi setup
This commit is contained in:
parent
25f2e9c1b7
commit
3c9face597
@ -57,7 +57,7 @@
|
|||||||
<div class="form-group" show-errors>
|
<div class="form-group" show-errors>
|
||||||
<label for="skey">Secret Key</label>
|
<label for="skey">Secret Key</label>
|
||||||
<input type="password" id="skey" name="SecretKey" ng-model="updateModel.skey" class="form-control"
|
<input type="password" id="skey" name="SecretKey" ng-model="updateModel.skey" class="form-control"
|
||||||
required api-field />
|
required api-field autocomplete="new-password" />
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group" show-errors>
|
<div class="form-group" show-errors>
|
||||||
<label for="host">API Hostname</label>
|
<label for="host">API Hostname</label>
|
||||||
|
@ -77,7 +77,7 @@
|
|||||||
{{updateModel.key1.existingKey}}
|
{{updateModel.key1.existingKey}}
|
||||||
</div>
|
</div>
|
||||||
<input type="password" id="key1" name="Key1" ng-model="updateModel.key1.key" class="form-control" api-field
|
<input type="password" id="key1" name="Key1" ng-model="updateModel.key1.key" class="form-control" api-field
|
||||||
ng-show="!updateModel.key1.existingKey" />
|
ng-show="!updateModel.key1.existingKey" autocomplete="new-password" />
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group" show-errors>
|
<div class="form-group" show-errors>
|
||||||
<label for="key2">YubiKey #2</label>
|
<label for="key2">YubiKey #2</label>
|
||||||
@ -88,7 +88,7 @@
|
|||||||
{{updateModel.key2.existingKey}}
|
{{updateModel.key2.existingKey}}
|
||||||
</div>
|
</div>
|
||||||
<input type="password" id="key2" name="Key2" ng-model="updateModel.key2.key" class="form-control" api-field
|
<input type="password" id="key2" name="Key2" ng-model="updateModel.key2.key" class="form-control" api-field
|
||||||
ng-show="!updateModel.key2.existingKey" />
|
ng-show="!updateModel.key2.existingKey" autocomplete="new-password" />
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group" show-errors>
|
<div class="form-group" show-errors>
|
||||||
<label for="key3">YubiKey #3</label>
|
<label for="key3">YubiKey #3</label>
|
||||||
@ -99,7 +99,7 @@
|
|||||||
{{updateModel.key3.existingKey}}
|
{{updateModel.key3.existingKey}}
|
||||||
</div>
|
</div>
|
||||||
<input type="password" id="key3" name="Key3" ng-model="updateModel.key3.key" class="form-control" api-field
|
<input type="password" id="key3" name="Key3" ng-model="updateModel.key3.key" class="form-control" api-field
|
||||||
ng-show="!updateModel.key3.existingKey" />
|
ng-show="!updateModel.key3.existingKey" autocomplete="new-password" />
|
||||||
</div>
|
</div>
|
||||||
<strong>NFC Support</strong>
|
<strong>NFC Support</strong>
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
|
Loading…
Reference in New Issue
Block a user