We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1eff33 commit c2ae93fCopy full SHA for c2ae93f
1 file changed
client/directives/modals/settingsModal/forms/privateRegistryForm/privateRegistryFormView.jade
@@ -42,6 +42,7 @@ form.grid-block.vertical.well.gray.ignore-margin(
42
label.padding-sm.label
43
.padding-xxs.small.label-sm Password
44
input.input.input-md.input-validate(
45
+ autocomplete = "new-password"
46
name = "data.password"
47
ng-disabled = "state.saving"
48
ng-model = "data.password"
0 commit comments