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.
Steps to Replicate
Same as the initial issue.
Go to 'Login' in the Microsoft Edge browser.
Fill the email field
Fill the password field
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?
[ ] Have test cases been created for all of the changes?
[ ] Do all of the test cases pass?
[ ] Has the testing been done using the default docker-compose environment?
[ ] Are documentation changes required?
[ ] Does this change break or alter existing behaviour?
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.
Steps to Replicate Same as the initial issue.
Related issues addressed by this PR Fixes #705
Have the following been addressed?