CivicTechFredericton / mealplanner

Primary Meal Planner repo
MIT License
9 stars 18 forks source link

[#705] - Disabled extra password reveal eye icon in Microsoft Edge #717

Open jon-dalton opened 4 months ago

jon-dalton commented 4 months ago

Describe the technical changes contained in this PR Microsoft password reveal icon is disabled in HTML styles for the Login page. This does not disable the icon entirely, the Material UI icon still appears, it simply disables the Microsoft exclusive icon.

Previous behaviour Two password reveal icons would appear in Microsoft Edge on the Login page. Login on other browsers is unaffected.

New behaviour Only one password reveal icon appears in Microsoft Edge on the Login page. Login on other browsers is the same as before. VirtualBoxVM_zs0nhuRNTK

Steps to Replicate Same as the initial issue.

  1. Go to 'Login' in the Microsoft Edge browser.
  2. Fill the email field
  3. Fill the password field
  4. There should only be one "eye" icon at the end of the field.

Related issues addressed by this PR Fixes #705

Have the following been addressed?