nramc / journeys

Journeys so far in our Earth.
1 stars 0 forks source link

[Feature] Fix password field warning for auto complete #306

Closed nramc closed 1 month ago

nramc commented 1 month ago

[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq)

<input _ngcontent-ng-c4168333756 type=​"password" id=​"password" name=​"password" required maxlength=​"50" class=​"form-control form-control-lg ng-untouched ng-pristine ng-invalid" ng-reflect-required ng-reflect-maxlength=​"50" ng-reflect-name=​"password" ng-reflect-model>​

nramc commented 1 month ago

(/) completed