design(RootPage): Use lock icon for password field

https://pictogrammers.com/library/mdi/icon/key/
This commit is contained in:
Marvin
2023-11-18 15:46:46 +01:00
committed by GitHub
parent bb943e414d
commit 6734b4ea16

View File

@@ -49,7 +49,7 @@
</md-input-container>
<md-input-container class="md-block">
<label><var:string label:value="Password"/></label>
<md-icon>email</md-icon>
<md-icon>key</md-icon>
<input id="passwordField" type="password" ng-model="app.creds.password" ng-required="true"/>
<md-icon id="password-visibility-icon" ng-click="app.changePasswordVisibility()">visibility</md-icon>
</md-input-container>