Skip to content

Commit

Permalink
Replaced autocomplete="off" to autocomplete="new-password" to make it…
Browse files Browse the repository at this point in the history
… work.
  • Loading branch information
Ruslan Baidan committed Dec 20, 2022
1 parent ad70f48 commit 23fb002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/import.instance.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2 translate>Asset import center</h2>
<md-input-container class="md-block">
<md-icon>vpn_key</md-icon>
<label translate>Asset password (if any)</label>
<input ng-model="import.password" type="password" autocomplete="off">
<input name="password" ng-model="import.password" type="password" autocomplete="new-password">
</md-input-container>

<div layout="row" layout-align="end center">
Expand Down

0 comments on commit 23fb002

Please sign in to comment.