Skip to content

Commit c2ae93f

Browse files
committed
prevent save password prompt
1 parent f1eff33 commit c2ae93f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/directives/modals/settingsModal/forms/privateRegistryForm/privateRegistryFormView.jade

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ form.grid-block.vertical.well.gray.ignore-margin(
4242
label.padding-sm.label
4343
.padding-xxs.small.label-sm Password
4444
input.input.input-md.input-validate(
45+
autocomplete = "new-password"
4546
name = "data.password"
4647
ng-disabled = "state.saving"
4748
ng-model = "data.password"

0 commit comments

Comments
 (0)