Skip to content

Commit

Permalink
feat(login): Add button to discover password
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodySlum committed Nov 9, 2022
1 parent 8bfc3e4 commit 7bfa900
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
3 changes: 2 additions & 1 deletion UI/Templates/MainUI/SOGoRootPage.wox
Expand Up @@ -50,7 +50,8 @@
<md-input-container class="md-block">
<label><var:string label:value="Password"/></label>
<md-icon>email</md-icon>
<input type="password" ng-model="app.creds.password" ng-required="true"/>
<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>


Expand Down
2 changes: 1 addition & 1 deletion UI/WebServerResources/js/Main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7bfa900

Please sign in to comment.