whatwebcando icon indicating copy to clipboard operation
whatwebcando copied to clipboard

Error on /credentials.html

Open jonnytest1 opened this issue 4 years ago • 1 comments

after typing in a username + password then pressing Store credential I get an error in the console :

Uncaught TypeError: Failed to construct 'PasswordCredential': 'username' must be specified in the form's autocomplete attribute.
    at storeCredential (<anonymous>:10:20)
    at HTMLFormElement.onsubmit (credentials.html:1)

and Request Credential never returns anything

chome://version: Google Chrome | 88.0.4324.182 (Offizieller Build) (64-Bit) (cohort: Stable)

jonnytest1 avatar Mar 03 '21 20:03 jonnytest1

So strange. Does not happen for me. And the fact is that the username field does have the username autocomplete attribute...

NOtherDev avatar Mar 10 '21 19:03 NOtherDev